summaryrefslogtreecommitdiffstats
path: root/rules/ethtool.in
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-05-09 14:07:05 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2007-05-09 14:07:05 +0000
commitc836bc0792559e538b54b138782927d7403d3487 (patch)
tree53ca2ef3a7c59726049fcce9d1931cdcf4e5ad7b /rules/ethtool.in
parent143292aca117f6038defc3b79c97c782ecfb1ca1 (diff)
downloadptxdist-c836bc0792559e538b54b138782927d7403d3487.tar.gz
ptxdist-c836bc0792559e538b54b138782927d7403d3487.tar.xz
add ethtool
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7168 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/ethtool.in')
-rw-r--r--rules/ethtool.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/rules/ethtool.in b/rules/ethtool.in
new file mode 100644
index 000000000..a7b59dc40
--- /dev/null
+++ b/rules/ethtool.in
@@ -0,0 +1,9 @@
+config ETHTOOL
+ bool
+ prompt "ethtool "
+ help
+ Ethtool is a GNU/Linux net driver diagnostic and tuning
+ tool for the Linux 2.4.x (or later) series of kernels.
+ It obtains information and diagnostics related to media,
+ link status, driver version, PCI (or other) bus location,
+ and more. \ No newline at end of file