mvebu: add kmod-btmrvl to Turris MOX packages

Turris MOX needs the btmrvl module for its onboard Marvell
Bluetooth controller.

Include kmod-btmrvl in DEVICE_PACKAGES so default images
ship with the required driver.

Signed-off-by: Štěpán Dalecký <daleckystepan@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23666
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Štěpán Dalecký
2026-06-05 17:47:03 +02:00
committed by Hauke Mehrtens
parent d21b7bfbff
commit 4bea1cf4d8
+1 -1
View File
@@ -6,7 +6,7 @@ define Device/cznic_turris-mox
kmod-rtc-ds1307 kmod-i2c-pxa kmod-dsa kmod-dsa-mv88e6xxx kmod-sfp \
kmod-phy-marvell kmod-phy-marvell-10g kmod-ath10k ath10k-board-qca988x \
ath10k-firmware-qca988x kmod-mt7915e kmod-mt7915-firmware mwlwifi-firmware-88w8997 \
wpad-basic-mbedtls kmod-mwifiex-sdio
wpad-basic-mbedtls kmod-mwifiex-sdio kmod-btmrvl
SOC := armada-3720
BOOT_SCRIPT := turris-mox
endef