summaryrefslogtreecommitdiffstats
path: root/openwrt/package/ethtool/Config.in
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-14 21:31:26 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-03-14 21:31:26 +0000
commit9fd67b2db578d4850502861c3f966d4314b6d63f (patch)
tree9607f484323e46427cffc218202011045b72534a /openwrt/package/ethtool/Config.in
parent294c9e8c0eda5777ef9a920b2c99be1c880b69be (diff)
add ethtool
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3372 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/ethtool/Config.in')
-rw-r--r--openwrt/package/ethtool/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/openwrt/package/ethtool/Config.in b/openwrt/package/ethtool/Config.in
new file mode 100644
index 000000000..bd718cd98
--- /dev/null
+++ b/openwrt/package/ethtool/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_ETHTOOL
+ prompt "ethtool........................... Display or change ethernet card settings"
+ tristate
+ default m if CONFIG_DEVEL
+ help
+ ethtool is used for querying settings of an ethernet device and changing them
+
+ http://sourceforge.net/projects/gkernel/
+