]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
iproute2: drop dead tipc disabling code
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 22 Oct 2015 16:20:27 +0000 (13:20 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 22 Oct 2015 21:43:52 +0000 (23:43 +0200)
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>
package/iproute2/iproute2.mk

index d1aa6bf8c8bc01d4c87ff68e89c9515d201f3a4f..6660eb2cd1dc2d9d127ff8875ff7386e186865ab 100644 (file)
@@ -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