Lets use alphabetical ordering in last change

This commit is contained in:
Gregory Nutt 2016-05-25 14:21:37 -06:00
parent ee3f0fffe4
commit 2e882c7289

View File

@ -46,14 +46,14 @@ ifeq ($(CONFIG_NETUTILS_DHCPC),y)
CONFIGURED_APPS += netutils/dhcpc CONFIGURED_APPS += netutils/dhcpc
endif endif
ifeq ($(CONFIG_NETUTILS_ESP8266),y)
CONFIGURED_APPS += netutils/esp8266
endif
ifeq ($(CONFIG_NETUTILS_DHCPD),y) ifeq ($(CONFIG_NETUTILS_DHCPD),y)
CONFIGURED_APPS += netutils/dhcpd CONFIGURED_APPS += netutils/dhcpd
endif endif
ifeq ($(CONFIG_NETUTILS_ESP8266),y)
CONFIGURED_APPS += netutils/esp8266
endif
ifeq ($(CONFIG_NETUTILS_FTPC),y) ifeq ($(CONFIG_NETUTILS_FTPC),y)
CONFIGURED_APPS += netutils/ftpc CONFIGURED_APPS += netutils/ftpc
endif endif