[Buildroot] [git commit] iproute2: drop dead tipc disabling code

Peter Korsgaard peter at korsgaard.com
Thu Oct 22 21:43:52 UTC 2015


commit: http://git.buildroot.net/buildroot/commit/?id=4ad133b5169cef7f7463cfe2022033d756bc7da0
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 <gustavo at zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/iproute2/iproute2.mk |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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


More information about the buildroot mailing list