kumquat-buildroot/package/iproute2/Config.in

12 lines
326 B
Plaintext
Raw Normal View History

2004-10-09 08:13:40 +02:00
config BR2_PACKAGE_IPROUTE2
2004-11-11 15:16:28 +01:00
bool "iproute2"
2009-03-04 21:16:26 +01:00
depends on BR2_INET_IPV6
2004-10-09 08:13:40 +02:00
help
Kernel routing and traffic control utilities. Provides things
2004-11-11 15:16:28 +01:00
like ip and tc.
2004-10-09 08:13:40 +02:00
http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
2009-03-04 21:16:26 +01:00
comment "iproute2 requires a toolchain with IPv6 support"
depends on !BR2_INET_IPV6