From 565a0e40b5084f5e28c99cf59b3dc96214a994f9 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Tue, 19 Dec 2017 01:19:24 +0100 Subject: [PATCH] msm8976-common: Change default WiFi country code to '00' * Germany wasn't cool enough due to lack of higher 5GHz band ;_; Change-Id: Icf68fac5240854abecc2533f38042e32beec58a4 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 1095430..303554a 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -49,7 +49,7 @@ TARGET_NO_BOOTLOADER := true # Kernel BOARD_KERNEL_BASE := 0x80000000 -BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom androidboot.wificountrycode=DE msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk +BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom androidboot.wificountrycode=00 msm_rtb.filter=0x237 ehci-hcd.park=3 androidboot.bootdevice=7824900.sdhci lpm_levels.sleep_disabled=1 earlyprintk BOARD_KERNEL_IMAGE_NAME := Image.gz BOARD_KERNEL_PAGESIZE := 2048 BOARD_KERNEL_SEPARATED_DT := true