This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

15
package/ethtool/Config.in Normal file
View File

@@ -0,0 +1,15 @@
config BR2_PACKAGE_ETHTOOL
bool "ethtool"
help
ethtool is a small utility for examining and tuning your
ethernet-based network interface.
https://www.kernel.org/pub/software/network/ethtool/
config BR2_PACKAGE_ETHTOOL_PRETTY_PRINT
bool "enable pretty printing"
default y
depends on BR2_PACKAGE_ETHTOOL
help
Enables ethtool's pretty printing for drivers
and SFP modules.