1config BR2_PACKAGE_IPROUTE2 2 bool "iproute2" 3 depends on BR2_USE_MMU # fork() 4 depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 # __kernel_{u,}long_t 5 help 6 Kernel routing and traffic control utilities. Provides things 7 like ip and tc. 8 9 http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2 10 11comment "iproute2 needs a toolchain w/ headers >= 3.4" 12 depends on BR2_USE_MMU 13 depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4 14