2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_IPROUTE2
|
2004-11-11 15:16:28 +01:00
|
|
|
bool "iproute2"
|
2013-03-19 04:22:12 +01:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-07-28 16:14:22 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # bpf, namespaces
|
2004-10-09 08:13:40 +02:00
|
|
|
help
|
2015-04-23 00:14:34 +02:00
|
|
|
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
|
|
|
|
2010-09-23 14:53:23 +02:00
|
|
|
http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
|
2015-07-28 16:14:22 +02:00
|
|
|
|
|
|
|
comment "iproute2 needs a toolchain w/ headers >= 3.0"
|
|
|
|
depends on BR2_USE_MMU
|
|
|
|
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0
|