kumquat-buildroot/package/iproute2/Config.in

14 lines
439 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"
depends on BR2_USE_MMU # fork()
depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # bpf, namespaces
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
comment "iproute2 needs a toolchain w/ headers >= 3.0"
depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0