diff options
| author | Chuanhong Guo | 2020-09-22 13:13:54 +0000 |
|---|---|---|
| committer | Chuanhong Guo | 2020-09-22 13:13:54 +0000 |
| commit | 006cd489f047d059af62334661e77f2f5a68289b (patch) | |
| tree | aab5d8e709be1683a87d612105cc309a85b7f6b9 | |
| parent | 20f2bd044a56f32e9e0782745558858f21bb550f (diff) | |
| download | openwrt-006cd489f047d059af62334661e77f2f5a68289b.tar.gz | |
mediatek: mt7622: select bluetooth module instead of firmware
Signed-off-by: Chuanhong Guo <gch981213@gmail.com>
| -rw-r--r-- | target/linux/mediatek/image/mt7622.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |