diff options
author | Henryk Heisig <hyniu@o2.pl> | 2017-07-07 09:53:12 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2017-09-17 00:59:55 +0200 |
commit | 172dfa737a6f087c12b504d625690da2c16384ac (patch) | |
tree | 95a7745fbe6322b9bdb9a5751ca848b538464dbb | |
parent | a5922f6c46dac91631714f3df491966bfe245b55 (diff) | |
download | upstream-172dfa737a6f087c12b504d625690da2c16384ac.tar.gz upstream-172dfa737a6f087c12b504d625690da2c16384ac.tar.bz2 upstream-172dfa737a6f087c12b504d625690da2c16384ac.zip |
mvebu: WRT3200ACM: add bluetooth module
Signed-off-by: Henryk Heisig <hyniu@o2.pl>
-rw-r--r-- | target/linux/mvebu/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/mvebu/image/Makefile b/target/linux/mvebu/image/Makefile index b5014161c6..322e0c12c6 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 |