diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-22 02:54:26 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-02-22 02:59:38 +0000 |
commit | dfd42d139357b23fb7629bea3bc39918a660cd4c (patch) | |
tree | 2fc48bd0d8b9064ba43a1fc63ee2e5b37affad6a /net/Makefile.Linux | |
parent | 22918ccf514a3c10459842f917bf742d7620f031 (diff) |
net/ethtool: official interface for changing ethtool params (bug #195479)
Implement a consistent interface for changing ethtool parameters, as
suggested in bug 195479. All variable names are based on the long option
to ethtool to set each group of parameters. Multiple entries seperated
by newlines are permitted for variable values.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Gentoo-Bug: 195479
Diffstat (limited to 'net/Makefile.Linux')
-rw-r--r-- | net/Makefile.Linux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Makefile.Linux b/net/Makefile.Linux index 7006d74c..f7fb0870 100644 --- a/net/Makefile.Linux +++ b/net/Makefile.Linux @@ -1,7 +1,7 @@ SRCS+= iwconfig.sh.in INC+= adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \ - ccwgroup.sh clip.sh iproute2.sh ifplugd.sh ip6to4.sh ipppd.sh \ - iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh udhcpc.sh \ + ccwgroup.sh clip.sh ethtool.sh iproute2.sh ifplugd.sh ip6to4.sh \ + ipppd.sh iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh udhcpc.sh \ vlan.sh .SUFFIXES: .sh.Linux.in |