blob: 2412d8e83f674e7b1db3fed287a8b8b3fffe1620 (
plain)
1
2
3
4
5
6
7
8
9
10
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://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
comment "iproute2 requires a toolchain with IPv6 support"
depends on !BR2_INET_IPV6
|