From patchwork Thu Oct 22 16:20:27 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 534474 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 249AF141316 for ; Fri, 23 Oct 2015 03:20:50 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=gh/ehxmy; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5AE0026E58; Thu, 22 Oct 2015 16:20:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vw9tXD3zXaJJ; Thu, 22 Oct 2015 16:20:48 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 0DA232693C; Thu, 22 Oct 2015 16:20:48 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id A61F81C44B6 for ; Thu, 22 Oct 2015 16:20:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id A0B958F8ED for ; Thu, 22 Oct 2015 16:20:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fQPlr1+lGMO6 for ; Thu, 22 Oct 2015 16:20:44 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 5ABA38F4CF for ; Thu, 22 Oct 2015 16:20:44 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t9MGKaoA001463 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 22 Oct 2015 16:20:39 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1445530841; bh=nKtgtbgqfR318R81b5grFgn+CN2K0lSCnXBxVwm8SYU=; h=From:To:Cc:Subject:Date; b=gh/ehxmyOWXwx6emDe0oMDYgclSP8GF0IVrId86AqQfEBIFhUfhRU+yfLcoS09aIY K0SNkcX1l/evKS5CgyNL5RW1E2mtDF3WzFuIJy0rMP5zrFGO4AFeDFsMbN6p/oYA1y pXkCorhxXO1BrmmcnC4E6S1jJ0ErUuQ9nSBNG3zk= Received: by asgard (sSMTP sendmail emulation); Thu, 22 Oct 2015 13:20:27 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 22 Oct 2015 13:20:27 -0300 Message-Id: <1445530827-31937-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.10 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] iproute2: drop dead tipc disabling code X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Since it's automatic via libmnl being present it's just dead code that's not defined any longer, so remove it. Signed-off-by: Gustavo Zacarias --- package/iproute2/iproute2.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk index d1aa6bf..6660eb2 100644 --- a/package/iproute2/iproute2.mk +++ b/package/iproute2/iproute2.mk @@ -54,7 +54,6 @@ define IPROUTE2_CONFIGURE_CMDS cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure $(IPROUTE2_DISABLE_ARPD) $(IPROUTE2_WITH_IPTABLES) - $(IPROUTE2_DISABLE_TIPC) endef define IPROUTE2_BUILD_CMDS