mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-30 21:53:15 +00:00
netutils: Fix error in build system recently introduced
This commit is contained in:
parent
a25bbaf8f9
commit
ee3f0fffe4
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue