summaryrefslogtreecommitdiffstats
path: root/package/ethtool/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-04-10 23:31:14 +0000
committerEric Andersen <andersen@codepoet.org>2006-04-10 23:31:14 +0000
commit9dd69ffbfd8a99c066d84cda4f113fe1c37f3978 (patch)
tree27fe8d54bddde50fb0c8fb6a404175621a243e19 /package/ethtool/Config.in
parentfa3670698e4e31a396d4efb323d9be174c810d50 (diff)
downloadbuildroot-novena-9dd69ffbfd8a99c066d84cda4f113fe1c37f3978.tar.gz
buildroot-novena-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.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/ethtool/Config.in b/package/ethtool/Config.in
new file mode 100644
index 000000000..bab7c00f9
--- /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/