msm8976-common: Change default WiFi country code to '00'

* Germany wasn't cool enough due to lack of higher
  5GHz band ;_;

Change-Id: Icf68fac5240854abecc2533f38042e32beec58a4
This commit is contained in:
LuK1337 2017-12-19 01:19:24 +01:00
parent e07934c165
commit 565a0e40b5
1 changed files with 1 additions and 1 deletions

View File

@ -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