9dd69ffbfd
This little patch adds a target for ethtool to buildroot. ethtool is a small utility for examining and tuning your ethernet-based network interface.
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
config BR2_PACKAGE_ETHTOOL
|
|
bool "ethtool"
|
|
default n
|
|
help
|
|
ethtool is a small utility for examining and tuning your
|
|
ethernet-based network interface.
|
|
|
|
http://sourceforge.net/projects/gkernel/
|