diff --git a/BoardConfig.mk b/BoardConfig.mk
index f4762bc..050ed53 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -79,3 +79,4 @@ BOARD_HOSTAPD_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
BOARD_WPA_SUPPLICANT_DRIVER := NL80211
BOARD_WPA_SUPPLICANT_PRIVATE_LIB := lib_driver_cmd_$(BOARD_WLAN_DEVICE)
WPA_SUPPLICANT_VERSION := VER_0_8_X
+BOARD_KERNEL_CMDLINE += androidboot.wificountrycode=00
diff --git a/overlay/WifiRpiOverlay/res/values/config.xml b/overlay/WifiRpiOverlay/res/values/config.xml
index 97e4031..4c0ac3e 100644
--- a/overlay/WifiRpiOverlay/res/values/config.xml
+++ b/overlay/WifiRpiOverlay/res/values/config.xml
@@ -24,6 +24,9 @@
is no longer indicative, and a separate config now exists for each band -->
true
+
+ true
+
Raspberry Pi 5