diff options
| author | Henryk Heisig | 2017-07-07 07:53:12 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2017-09-16 22:59:55 +0000 |
| commit | 172dfa737a6f087c12b504d625690da2c16384ac (patch) | |
| tree | 95a7745fbe6322b9bdb9a5751ca848b538464dbb | |
| parent | a5922f6c46dac91631714f3df491966bfe245b55 (diff) | |
| download | openwrt-172dfa737a6f087c12b504d625690da2c16384ac.tar.gz | |
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 |