]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mvebu: add kmod-btmrvl to Turris MOX packages
authorŠtěpán Dalecký <daleckystepan@gmail.com>
Fri, 5 Jun 2026 15:47:03 +0000 (17:47 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 23 Jun 2026 21:11:41 +0000 (23:11 +0200)
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>
target/linux/mvebu/image/cortexa53.mk

index 54823002fd308ccac8303c9ca6aa83036f04018c..3074c81270b0da2968ad63f6b77359da15987349 100644 (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