summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Stewart <pstew@google.com>2015-08-26 12:46:05 -0700
committerLee Campbell <leecam@google.com>2015-11-11 10:19:30 -0800
commit56485ecd76d732ed1253673e6121502aa2fb30d4 (patch)
treee38c6a85fa167b1d8d401bf5e576e995a8eb0121
parentbe99bed68c3fa95052d25ea47bfecdab7544e62f (diff)
downloaddragonboard-56485ecd76d732ed1253673e6121502aa2fb30d4.tar.gz
device/qcom/dragonboard: Setup WiFi
Set the dragon board up to use the correct WiFi initialization routines, even if this is not the base product. This reverts CL:753795, which only applied this change to the base_product. BUG: 22957017 Change-Id: I511648623ef50f334d3f198112019fee4902e84a TEST: connectivity_test connect BrilloGuest
-rw-r--r--BoardConfig.mk1
-rw-r--r--base_product/dragonboard.mk2
2 files changed, 1 insertions, 2 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index dfb84ba..24b71ba 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -27,3 +27,4 @@ BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
PRODUCT_COPY_FILES += \
device/qcom/dragonboard/fstab.device:root/fstab.device
+WIFI_INIT_MODULE := qcwcn
diff --git a/base_product/dragonboard.mk b/base_product/dragonboard.mk
index d345eda..b0a7a41 100644
--- a/base_product/dragonboard.mk
+++ b/base_product/dragonboard.mk
@@ -21,8 +21,6 @@ PRODUCT_BRAND := Brillo
PRODUCT_DEVICE := dragonboard
-WIFI_INIT_MODULE := qcwcn
-
# Install DragonBoard-specific config file for weaved.
PRODUCT_COPY_FILES += \
device/qcom/dragonboard/base_product/weaved.conf:system/etc/weaved/weaved.conf