diff options
Diffstat (limited to 'package/iproute2/Config.in')
-rw-r--r-- | package/iproute2/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/iproute2/Config.in b/package/iproute2/Config.in index 2412d8e83..b6ee86e9b 100644 --- a/package/iproute2/Config.in +++ b/package/iproute2/Config.in @@ -1,11 +1,7 @@ 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://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 - -comment "iproute2 requires a toolchain with IPv6 support" - depends on !BR2_INET_IPV6 |