Config.in 292 B

1234567891011
  1. config BR2_PACKAGE_IPROUTE2
  2. bool "iproute2"
  3. depends on BR2_INET_IPV6
  4. help
  5. Kernel routing and traffic control utilities. Provides things
  6. like ip and tc.
  7. http://developer.osdl.org/dev/iproute2/
  8. comment "iproute2 requires a toolchain with IPv6 support"
  9. depends on !BR2_INET_IPV6