From 7817c8647620e54299a7302e79293a2dabb1dda6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 13 May 2011 13:10:15 +0000 Subject: [PATCH] Add network apps to RGMP appconfig git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3602 42af7a65-404d-4744-a932-0658087f49c3 --- configs/rgmp/nsh/appconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/configs/rgmp/nsh/appconfig b/configs/rgmp/nsh/appconfig index a8a574f8cd..092554129e 100644 --- a/configs/rgmp/nsh/appconfig +++ b/configs/rgmp/nsh/appconfig @@ -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 + +