diff options
| author | Eric Andersen <andersen@codepoet.org> | 2006-04-10 23:31:14 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2006-04-10 23:31:14 +0000 |
| commit | 9dd69ffbfd8a99c066d84cda4f113fe1c37f3978 (patch) | |
| tree | 27fe8d54bddde50fb0c8fb6a404175621a243e19 /package/ethtool/Config.in | |
| parent | fa3670698e4e31a396d4efb323d9be174c810d50 (diff) | |
| download | buildroot-9dd69ffbfd8a99c066d84cda4f113fe1c37f3978.tar.gz buildroot-9dd69ffbfd8a99c066d84cda4f113fe1c37f3978.zip | |
0000789: New package: ethtool: patch from jacmet
This little patch adds a target for ethtool to buildroot.
ethtool is a small utility for examining and tuning your ethernet-based network interface.
Diffstat (limited to 'package/ethtool/Config.in')
| -rw-r--r-- | package/ethtool/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/ethtool/Config.in b/package/ethtool/Config.in new file mode 100644 index 0000000000..bab7c00f99 --- /dev/null +++ b/package/ethtool/Config.in @@ -0,0 +1,8 @@ +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/ |

