Explorar el Código

[NET] Disable DHCPD in default.

bernard hace 8 años
padre
commit
b3fff25b05
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/net/KConfig

+ 1 - 1
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