From 3970fa573dbb91f19b791d10f0085824f7a57ec8 Mon Sep 17 00:00:00 2001 From: aozima Date: Wed, 9 May 2018 17:29:07 +0800 Subject: [PATCH] [DHCPD] add DHCPD_USING_ROUTER to Kconfig. --- components/net/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/net/Kconfig b/components/net/Kconfig index 53d85b516d..002b4e62b8 100644 --- a/components/net/Kconfig +++ b/components/net/Kconfig @@ -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 -- GitLab