summaryrefslogtreecommitdiff
path: root/package/iproute2
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-10-22 13:20:27 -0300
committerPeter Korsgaard <peter@korsgaard.com>2015-10-22 23:43:52 +0200
commit4ad133b5169cef7f7463cfe2022033d756bc7da0 (patch)
tree9662d8b89d0156a9ab50bd5a7abc6705e912a4e8 /package/iproute2
parent948e4837d32e7c708427864551090ee1935ea0ef (diff)
iproute2: drop dead tipc disabling code
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@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/iproute2')
-rw-r--r--package/iproute2/iproute2.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index d1aa6bf8c..6660eb2cd 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