netutils: Fix error in build system recently introduced

This commit is contained in:
Gregory Nutt 2016-05-25 14:20:17 -06:00
parent a25bbaf8f9
commit ee3f0fffe4

View File

@ -50,8 +50,8 @@ ifeq ($(CONFIG_NETUTILS_ESP8266),y)
CONFIGURED_APPS += netutils/esp8266
endif
ifeq ($(CONFIG_NETUTILS_FTPC),y)
CONFIGURED_APPS += netutils/ftpc
ifeq ($(CONFIG_NETUTILS_DHCPD),y)
CONFIGURED_APPS += netutils/dhcpd
endif
ifeq ($(CONFIG_NETUTILS_FTPC),y)