Merge net.OS into net
This commit is contained in:
parent
55858eca2e
commit
ccf238f852
@ -1,5 +0,0 @@
|
||||
DIR= ${PREFIX}/${RC_LIB}/net
|
||||
INC= ifconfig.sh
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/scripts.mk
|
@ -1,5 +0,0 @@
|
||||
DIR= ${PREFIX}/${RC_LIB}/net
|
||||
INC= iwconfig.sh
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/scripts.mk
|
@ -1,7 +0,0 @@
|
||||
DIR= ${PREFIX}/${RC_LIB}/net
|
||||
INC= adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh ccwgroup.sh \
|
||||
clip.sh ifconfig.sh ifplugd.sh ip6to4.sh ipppd.sh iproute2.sh \
|
||||
iwconfig.sh netplugd.sh pppd.sh pump.sh tuntap.sh udhcpc.sh vlan.sh
|
||||
|
||||
MK= ../mk
|
||||
include ${MK}/scripts.mk
|
@ -1,5 +1,6 @@
|
||||
DIR= ${PREFIX}/${RC_LIB}/net
|
||||
INC= dhclient.sh dhcpcd.sh macchanger.sh macnet.sh \
|
||||
SRCS= ifconfig.sh.in
|
||||
INC= dhclient.sh dhcpcd.sh ifconfig.sh macchanger.sh macnet.sh \
|
||||
ssidnet.sh system.sh wpa_supplicant.sh
|
||||
|
||||
MK= ../mk
|
||||
|
@ -0,0 +1,6 @@
|
||||
SRCS+= iwconfig.sh.in
|
||||
INC+= iwconfig.sh
|
||||
|
||||
.SUFFIXES: .sh.BSD.in
|
||||
.sh.BSD.in.sh:
|
||||
sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
|
@ -0,0 +1,8 @@
|
||||
SRCS+= iwconfig.sh.in
|
||||
INC+= adsl.sh apipa.sh arping.sh bonding.sh br2684ctl.sh bridge.sh \
|
||||
ccwgroup.sh iproute2.sh ifplugd.sh ip6to4.sh ipppd.sh \
|
||||
iwconfig.sh netplugd.sh pppd.sh tuntap.sh udhcpc.sh vlan.sh
|
||||
|
||||
.SUFFIXES: .sh.Linux.in
|
||||
.sh.Linux.in.sh:
|
||||
sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
|
@ -1 +1,3 @@
|
||||
INC+= ifwatchd.sh
|
||||
.SUFFIXES: .sh.BSD.in
|
||||
.sh.BSD.in.sh:
|
||||
sed ${SED_REPLACE} ${SED_EXTRA} $< > $@
|
||||
|
Loading…
Reference in New Issue
Block a user