diff options
author | Henryk Heisig <hyniu@o2.pl> | 2017-02-28 06:30:25 +0100 |
---|---|---|
committer | Álvaro Fernández Rojas <noltari@gmail.com> | 2017-03-11 14:16:28 +0100 |
commit | 6674aa97981001c7a96e629146b28be518165211 (patch) | |
tree | 8ffad4d1c133880bcb48172050593a9f9ed14b77 /target/linux/mvebu/image | |
parent | fb436f49ad5cff8836109159b2b6a2b4212d4700 (diff) | |
download | upstream-6674aa97981001c7a96e629146b28be518165211.tar.gz upstream-6674aa97981001c7a96e629146b28be518165211.tar.bz2 upstream-6674aa97981001c7a96e629146b28be518165211.zip |
mvebu: wrt3200acm enable SDIO interface
add mwifiex-sdio package to wrt3200acm
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
Diffstat (limited to 'target/linux/mvebu/image')
-rw-r--r-- | target/linux/mvebu/image/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index 61d2174b30..f4635dd1bf 100644 --- a/target/linux/mvebu/image/Makefile +++ b/target/linux/mvebu/image/Makefile @@ -114,6 +114,7 @@ define Device/linksys-wrt3200acm $(call Device/linksys,WRT3200ACM (Rango)) $(Device/armada-385-linksys) DEVICE_DTS := armada-385-linksys-rango + DEVICE_PACKAGES += kmod-mwifiex-sdio endef TARGET_DEVICES += linksys-wrt3200acm |