Config.in 443 B

12345678910111213
  1. config 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. http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2
  9. comment "iproute2 needs a toolchain w/ headers >= 3.4"
  10. depends on BR2_USE_MMU
  11. depends on !BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_4