[source] mvebu: WRT3200ACM: add bluetooth module

LEDE Commits lede-commits at lists.infradead.org
Sat Sep 16 16:01:48 PDT 2017


hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/172dfa737a6f087c12b504d625690da2c16384ac

commit 172dfa737a6f087c12b504d625690da2c16384ac
Author: Henryk Heisig <hyniu at o2.pl>
AuthorDate: Fri Jul 7 09:53:12 2017 +0200

    mvebu: WRT3200ACM: add bluetooth module
    
    Signed-off-by: Henryk Heisig <hyniu at o2.pl>
---
 target/linux/mvebu/image/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile
index b501416..322e0c1 100644
--- a/target/linux/mvebu/image/Makefile
+++ b/target/linux/mvebu/image/Makefile
@@ -119,7 +119,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
+  DEVICE_PACKAGES += kmod-btmrvl kmod-mwifiex-sdio
 endef
 TARGET_DEVICES += linksys-wrt3200acm
 



More information about the lede-commits mailing list