From b3fff25b0596fc851b85671d1cfb56e3cc219d1a Mon Sep 17 00:00:00 2001 From: bernard Date: Tue, 17 Oct 2017 22:45:12 +0800 Subject: [PATCH] [NET] Disable DHCPD in default. --- components/net/KConfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/net/KConfig b/components/net/KConfig index 935c995fa3..c52c12f7d3 100644 --- a/components/net/KConfig +++ b/components/net/KConfig @@ -52,7 +52,7 @@ config RT_USING_LWIP config LWIP_USING_DHCPD bool "Enable DHCP server" - default y + default n endif config RT_LWIP_UDP