]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
mvebu: add mwifiex sdio kernel module for Turris Mox 23421/head
authorŠtěpán Dalecký <daleckystepan@gmail.com>
Tue, 19 May 2026 06:17:43 +0000 (08:17 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 25 May 2026 23:36:23 +0000 (01:36 +0200)
Turris Mox boards may include an SDIO Wi-Fi module based on the
Marvell 88W8997 chip. Add kmod-mwifiex-sdio to the default package
list so the driver is included in the image out of the box.

Signed-off-by: Štěpán Dalecký <daleckystepan@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/23421
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/mvebu/image/cortexa53.mk

index 65e64ac512ff816d26c4b9176b9c0a2372c021d2..e0f749a34ade2f9361e4d869164a1f78e8ce8e82 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
+    wpad-basic-mbedtls kmod-mwifiex-sdio
   SOC := armada-3720
   BOOT_SCRIPT := turris-mox
 endef