summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Stewart <pstew@google.com>2015-08-26 12:46:05 -0700
committerPaul Stewart <pstew@google.com>2015-08-26 12:51:19 -0700
commit793ebdcd999f4b60d680b7a355025882e910e8e1 (patch)
tree4ce7af3e668f072d2f8e1af62fd9eb732e27a354
parent0c15dd0cccd000122ba8b76b63683afb597ac333 (diff)
downloaddragonboard-793ebdcd999f4b60d680b7a355025882e910e8e1.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