Quellcode durchsuchen

[LWIP] enable IGMP protocol default.

aozima vor 8 Jahren
Ursprung
Commit
95b0da14cb
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      components/net/Kconfig

+ 1 - 1
components/net/Kconfig

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