Browse Source

[NET] Disable DHCPD in default.

bernard 7 years ago
parent
commit
b3fff25b05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/net/KConfig

+ 1 - 1
components/net/KConfig

@@ -52,7 +52,7 @@ config RT_USING_LWIP
 
 
                 config LWIP_USING_DHCPD
                 config LWIP_USING_DHCPD
                     bool "Enable DHCP server"
                     bool "Enable DHCP server"
-                    default y
+                    default n
             endif
             endif
 
 
         config RT_LWIP_UDP
         config RT_LWIP_UDP