diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2024-07-29 14:15:53 -0300 |
---|---|---|
committer | Hiago De Franco <hiago.franco@toradex.com> | 2024-08-27 14:10:06 -0300 |
commit | a1a511c1a37070f2525769c6d8808d539d661ced (patch) | |
tree | e15f95dcfe35b37dc5aef00a049a13378a4a3691 /recipes-kernel | |
parent | 02d4144b31fe15a6963ce92b9c2011ca0af73282 (diff) | |
download | meta-freescale-a1a511c1a37070f2525769c6d8808d539d661ced.tar.gz |
kernel-module-nxp-wlan: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
Update mwifiex to the new NXP BSP 6.6.23-2.0.0.
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
(cherry picked from commit f649ad89c60f8075de3a18b03f8fbdb37074bcbc)
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | 8 |
1 files changed, 4 insertions, 4 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 48e9cc3b..453fdd48 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "NXP Wi-Fi driver for module 88w8801/8987/8997/9098 IW416/612" | 1 | SUMMARY = "NXP Wi-Fi driver for module 88w8801/8987/8997/9098 IW416/612" |
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://../../LICENSE;md5=ab04ac0f249af12befccb94447c08b77" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ab04ac0f249af12befccb94447c08b77" |
4 | 4 | ||
5 | # For backwards compatibility | 5 | # For backwards compatibility |
6 | PROVIDES += "kernel-module-nxp89xx" | 6 | PROVIDES += "kernel-module-nxp89xx" |
@@ -8,12 +8,12 @@ RREPLACES:${PN} = "kernel-module-nxp89xx" | |||
8 | RPROVIDES:${PN} = "kernel-module-nxp89xx" | 8 | RPROVIDES:${PN} = "kernel-module-nxp89xx" |
9 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" | 9 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" |
10 | 10 | ||
11 | SRCBRANCH = "lf-6.6.3_1.0.0" | 11 | SRCBRANCH = "lf-6.6.23_2.0.0" |
12 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" | 12 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" |
13 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" | 13 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" |
14 | SRCREV = "a84df583155bad2a396a937056805550bdf655ab" | 14 | SRCREV = "88372772badbf30152b3ad12ae251dc567095cab" |
15 | 15 | ||
16 | S = "${WORKDIR}/git/mxm_wifiex/wlan_src" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | inherit module | 18 | inherit module |
19 | 19 | ||