dfd42d1393
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
10 lines
299 B
Makefile
10 lines
299 B
Makefile
SRCS+= iwconfig.sh.in
|
|
INC+= adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.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
|
|
.sh.Linux.in.sh:
|
|
${CP} $< $@
|