mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-25 12:02:12 +00:00
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/
|