1 config BR2_PACKAGE_IPROUTE2
3 depends on BR2_USE_MMU # fork()
4 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_0 # bpf, namespaces
6 Kernel routing and traffic control utilities. Provides things
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