netutils: Fix error in build system recently introduced
This commit is contained in:
parent
a25bbaf8f9
commit
ee3f0fffe4
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user