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 + +