projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
484aaf0
)
iproute2: needs ipv6
author
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 4 Mar 2009 20:16:26 +0000
(20:16 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Wed, 4 Mar 2009 20:16:26 +0000
(20:16 -0000)
package/iproute2/Config.in
patch
|
blob
|
history
diff --git
a/package/iproute2/Config.in
b/package/iproute2/Config.in
index 52bf7923cd84706dc6bbcd80c2bb283716ba1076..0799e7c7c2be6d9154731cba3312435d83ec1744 100644
(file)
--- a/
package/iproute2/Config.in
+++ b/
package/iproute2/Config.in
@@
-1,7
+1,11
@@
config BR2_PACKAGE_IPROUTE2
bool "iproute2"
+ depends on BR2_INET_IPV6
help
Kernel routing and traffic control utilities. Provides things
like ip and tc.
http://developer.osdl.org/dev/iproute2/
+
+comment "iproute2 requires a toolchain with IPv6 support"
+ depends on !BR2_INET_IPV6