From aefe838172922ec1ef2553d3c04e25ab38754a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Daleck=C3=BD?= Date: Tue, 19 May 2026 08:17:43 +0200 Subject: [PATCH] mvebu: add mwifiex sdio kernel module for Turris Mox MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ý Link: https://github.com/openwrt/openwrt/pull/23421 Signed-off-by: Hauke Mehrtens --- target/linux/mvebu/image/cortexa53.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/mvebu/image/cortexa53.mk b/target/linux/mvebu/image/cortexa53.mk index 65e64ac512f..e0f749a34ad 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 + wpad-basic-mbedtls kmod-mwifiex-sdio SOC := armada-3720 BOOT_SCRIPT := turris-mox endef