msm8976-common: Set default WiFi country code to Germany

* WiFi only devices are unable to automatically
  figure out the country code thus setting Germany
  as default should allow us to get upper range of
  5GHz without having to manually select WiFi
  region in Settings. Also Samsung doesn't store
  the country code anywhere and I'm not willing to
  parse bootloader versions as that's just silly.

Change-Id: I2dca161dd24389a6377802c757fe4ebe48c66e9a
This commit is contained in:
LuK1337 2017-11-22 03:06:44 +01:00
parent 2e81a29097
commit e07934c165
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 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=DE 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