blob: a1472747d75f60c4b5bafbc67b4dd058a533cbfe (
plain)
1
2
3
4
5
6
7
8
|
DIR = $(RC_LIB)/net
FILES = 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
TOPDIR = ..
include $(TOPDIR)/default.mk
|