Config.in 393 B

123456789101112131415
  1. config BR2_PACKAGE_ETHTOOL
  2. bool "ethtool"
  3. help
  4. ethtool is a small utility for examining and tuning your
  5. ethernet-based network interface.
  6. https://www.kernel.org/pub/software/network/ethtool/
  7. config BR2_PACKAGE_ETHTOOL_PRETTY_PRINT
  8. bool "enable pretty printing"
  9. default y
  10. depends on BR2_PACKAGE_ETHTOOL
  11. help
  12. Enables ethtool's pretty printing for drivers
  13. and SFP modules.