mvebu: add mwifiex sdio kernel module for Turris Mox

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>
This commit is contained in:
Štěpán Dalecký
2026-05-19 08:17:43 +02:00
committed by Hauke Mehrtens
parent 937eee61cb
commit aefe838172
+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
wpad-basic-mbedtls kmod-mwifiex-sdio
SOC := armada-3720
BOOT_SCRIPT := turris-mox
endef