summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorJun Zhu <junzhu@nxp.com>2025-01-05 19:13:16 +0800
committerJun Zhu <junzhu@nxp.com>2025-01-07 15:22:18 +0800
commit05a17ef75c241f2bd2565384434222d9ee2cf935 (patch)
tree7c92b23bd372a14fc64793e3e9c833e4a431e6b6 /recipes-kernel
parent8cc3bb0ff75e38becfd0a9eced0b7dc22cb3f86c (diff)
downloadmeta-freescale-05a17ef75c241f2bd2565384434222d9ee2cf935.tar.gz
kernel-module-nxp-wlan: Upgrade driver to 6.6.52-2.2.0
- The kernel driver supports new nxpiw610 module. Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
index 453fdd48..5b8aaa09 100644
--- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
@@ -1,4 +1,4 @@
1SUMMARY = "NXP Wi-Fi driver for module 88w8801/8987/8997/9098 IW416/612" 1SUMMARY = "NXP Wi-Fi driver for module 88w8801/8987/8997/9098 IW416/610/612"
2LICENSE = "GPL-2.0-only" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=ab04ac0f249af12befccb94447c08b77" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=ab04ac0f249af12befccb94447c08b77"
4 4
@@ -8,10 +8,10 @@ RREPLACES:${PN} = "kernel-module-nxp89xx"
8RPROVIDES:${PN} = "kernel-module-nxp89xx" 8RPROVIDES:${PN} = "kernel-module-nxp89xx"
9RCONFLICTS:${PN} = "kernel-module-nxp89xx" 9RCONFLICTS:${PN} = "kernel-module-nxp89xx"
10 10
11SRCBRANCH = "lf-6.6.23_2.0.0" 11SRCBRANCH = "lf-6.6.52_2.2.0"
12MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" 12MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
13SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" 13SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}"
14SRCREV = "88372772badbf30152b3ad12ae251dc567095cab" 14SRCREV = "5ad19e194f49ed9447bee7864eb562618ccaf9b1"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17