mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-18 17:53:34 +08:00
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/
|