Skip to content

Commit eb536a7

Browse files
kconfig: Changed default values of bool configs
- Some bool configs were using default values true and false, instead of y and n. * Original commit: espressif/esp-idf@25c5c21
1 parent b720d02 commit eb536a7

File tree

1 file changed

+1
-1
lines changed
  • components/mdns/host_test/components/esp_netif_linux

1 file changed

+1
-1
lines changed

components/mdns/host_test/components/esp_netif_linux/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ menu "LWIP-MOCK-CONFIG"
22

33
config LWIP_IPV6
44
bool "Enable IPv6"
5-
default true
5+
default y
66
help
77
Enable/disable IPv6
88

0 commit comments

Comments
 (0)