From: Štěpán Dalecký Date: Fri, 5 Jun 2026 15:47:03 +0000 (+0200) Subject: mvebu: add kmod-btmrvl to Turris MOX packages X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bea1cf4d80ddaf920cb658e579e8ae577b7c358;p=thirdparty%2Fopenwrt.git 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ý Link: https://github.com/openwrt/openwrt/pull/23666 Signed-off-by: Hauke Mehrtens --- diff --git a/target/linux/mvebu/image/cortexa53.mk b/target/linux/mvebu/image/cortexa53.mk index 54823002fd3..3074c81270b 100644 --- a/target/linux/mvebu/image/cortexa53.mk +++ b/target/linux/mvebu/image/cortexa53.mk @@ -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