Add network apps to RGMP appconfig

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3602 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2011-05-13 13:10:15 +00:00
parent 3517b8ec93
commit 7817c86476

View File

@ -41,3 +41,14 @@ CONFIGURED_APPS += examples/nsh
CONFIGURED_APPS += nshlib
# Networking support
ifeq ($(CONFIG_NET),y)
CONFIGURED_APPS += netutils/uiplib
CONFIGURED_APPS += netutils/dhcpc
CONFIGURED_APPS += netutils/resolv
CONFIGURED_APPS += netutils/tftpc
CONFIGURED_APPS += netutils/webclient
endif