New applets, ftpget and ftpput

This commit is contained in:
Glenn L McGrath
2002-12-13 02:43:50 +00:00
parent f03c933e47
commit 02d7cbfe92
5 changed files with 446 additions and 0 deletions

View File

@@ -23,6 +23,8 @@ NETWORKING_DIR:=$(TOPDIR)networking/
endif
NETWORKING-y:=
NETWORKING-$(CONFIG_FTPGET) += ftpgetput.o
NETWORKING-$(CONFIG_FTPPUT) += ftpgetput.o
NETWORKING-$(CONFIG_HOSTNAME) += hostname.o
NETWORKING-$(CONFIG_IFCONFIG) += ifconfig.o
NETWORKING-$(CONFIG_IFUPDOWN) += ifupdown.o