[openwrt/openwrt] mediatek: mt7622: select bluetooth module instead of firmware
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 22 09:15:04 EDT 2020
981213 pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/006cd489f047d059af62334661e77f2f5a68289b
commit 006cd489f047d059af62334661e77f2f5a68289b
Author: Chuanhong Guo <gch981213 at gmail.com>
AuthorDate: Tue Sep 22 21:13:54 2020 +0800
mediatek: mt7622: select bluetooth module instead of firmware
Signed-off-by: Chuanhong Guo <gch981213 at gmail.com>
---
target/linux/mediatek/image/mt7622.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/mediatek/image/mt7622.mk b/target/linux/mediatek/image/mt7622.mk
index dee340accf..0851184dcb 100644
--- a/target/linux/mediatek/image/mt7622.mk
+++ b/target/linux/mediatek/image/mt7622.mk
@@ -28,7 +28,7 @@ define Device/elecom_wrc-2533gent
DEVICE_DTS := mt7622-elecom-wrc-2533gent
DEVICE_DTS_DIR := $(DTS_DIR)/mediatek
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2 kmod-usb3 kmod-mt7615e \
- kmod-mt7615-firmware mt7622bt-firmware swconfig
+ kmod-mt7615-firmware kmod-btmtkuart swconfig
endef
TARGET_DEVICES += elecom_wrc-2533gent
More information about the lede-commits
mailing list