Sfoglia il codice sorgente

[LWIP] enable IGMP protocol default.

aozima 8 anni fa
parent
commit
95b0da14cb
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      components/net/Kconfig

+ 1 - 1
components/net/Kconfig

@@ -27,7 +27,7 @@ config RT_USING_LWIP
 
         config RT_LWIP_IGMP
             bool "IGMP protocol"
-            default n
+            default y
 
         config RT_LWIP_ICMP
             bool "ICMP protocol"