python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / iproute2 / Config.in
blobfd373a8123429c4dd10699c75631d7b9f65cd936
1 config BR2_PACKAGE_IPROUTE2
2         bool "iproute2"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # bpf, namespaces
5         help
6           Kernel routing and traffic control utilities. Provides things
7           like ip and tc.
9           http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
11 comment "iproute2 needs a toolchain w/ headers >= 3.0"
12         depends on BR2_USE_MMU
13         depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0