[DHCPD] add DHCPD_USING_ROUTER to Kconfig.

This commit is contained in:
aozima 2018-05-09 17:29:07 +08:00
parent f56647c08b
commit 3970fa573d
1 changed files with 6 additions and 0 deletions

View File

@ -201,6 +201,12 @@ config LWIP_USING_DHCPD
bool "Enable DHCP server"
default n
if LWIP_USING_DHCPD
config DHCPD_USING_ROUTER
bool "alloc gateway ip for router"
default y
endif
endif
endmenu