[openwrt/openwrt] mvebu: add kernel module for Turris Omnia Wi-Fi 6

LEDE Commits lede-commits at lists.infradead.org
Mon Feb 26 12:34:31 PST 2024


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/6f23e92e1ccb140f1f9c562e2ed08afafd453464

commit 6f23e92e1ccb140f1f9c562e2ed08afafd453464
Author: Jan Jasper de Kroon <jajadekroon at gmail.com>
AuthorDate: Mon Feb 5 09:02:57 2024 +0100

    mvebu: add kernel module for Turris Omnia Wi-Fi 6
    
    The following kernel module package was added to the build recipe for the
    Turris Omnia: kmod-mt7915-firmware
    
    This module enables support for the official Wi-Fi 6 upgrade kit sold by
    CZ.NIC, which includes the AW7915-NP1 miniPCIE board based on Mediatek
    MT7915AN, providing 5 GHz Wi-Fi 6 connectivity. With this commit we now
    support the latest Turris Omnia Wi-Fi 6 Edition
    
    Signed-off-by: Jan Jasper de Kroon <jajadekroon at gmail.com>
---
 target/linux/mvebu/image/cortexa9.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/mvebu/image/cortexa9.mk b/target/linux/mvebu/image/cortexa9.mk
index a49401d904..d97509f4d6 100644
--- a/target/linux/mvebu/image/cortexa9.mk
+++ b/target/linux/mvebu/image/cortexa9.mk
@@ -104,7 +104,7 @@ define Device/cznic_turris-omnia
   DEVICE_PACKAGES :=  \
     mkf2fs e2fsprogs kmod-fs-vfat kmod-nls-cp437 kmod-nls-iso8859-1 \
     wpad-basic-mbedtls kmod-ath9k kmod-ath10k-ct ath10k-firmware-qca988x-ct \
-    partx-utils kmod-i2c-mux-pca954x kmod-leds-turris-omnia
+    kmod-mt7915-firmware partx-utils kmod-i2c-mux-pca954x kmod-leds-turris-omnia
   IMAGES := sysupgrade.img.gz
   IMAGE/sysupgrade.img.gz := boot-scr | boot-img | sdcard-img | gzip | append-metadata
   SUPPORTED_DEVICES += armada-385-turris-omnia




More information about the lede-commits mailing list