summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Yu <yujun@marvell.com>2015-11-01 10:23:23 -0800
committerMohammed Habibulla <moch@google.com>2015-11-06 13:48:51 -0800
commit700b8e7194147c6b572b679539fc134ee6624740 (patch)
tree74cd2f98d5e061553937b5580f0f306bd75cdb9b
parent6fec13014701b9335f14c3689726e9522b7ac88a (diff)
downloadabox_edge-700b8e7194147c6b572b679539fc134ee6624740.tar.gz
abox_edge device: add the wifi module building
Change-Id: If2ab0238fbd937092e92daca0d376d50235c0c9b
-rw-r--r--BoardConfig.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 11b25c2..8333366 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -17,7 +17,10 @@
# Select the SoC
$(call set_soc, marvell, iap140)
-# Enable ext4 image build if the flash type is emmc
+# Add wifi controlller
+$(call add_peripheral, marvell, wifi/sd8xxx)
+
+# Enable ext4 image building if the flash type is emmc
TARGET_USERIMAGES_USE_EXT4 := true
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824