projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
948e483
)
iproute2: drop dead tipc disabling code
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Thu, 22 Oct 2015 16:20:27 +0000
(13:20 -0300)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/iproute2/iproute2.mk
b/package/iproute2/iproute2.mk
index d1aa6bf8c8bc01d4c87ff68e89c9515d201f3a4f..6660eb2cd1dc2d9d127ff8875ff7386e186865ab 100644
(file)
--- 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