diff options
author | Jun Zhu <junzhu@nxp.com> | 2023-07-12 22:19:30 +0800 |
---|---|---|
committer | Jun Zhu <junzhu@nxp.com> | 2023-07-12 14:15:31 +0800 |
commit | 3c048a97ad04c37e7d3cac2cc01f872b58488d9b (patch) | |
tree | b0b41287163bd34a879799101296b6fe2358848a /recipes-kernel | |
parent | 15e18fcdb8fcbfa81d4b9551d655b882ce37a6b4 (diff) | |
download | meta-freescale-3c048a97ad04c37e7d3cac2cc01f872b58488d9b.tar.gz |
kernel-module-nxp89xx: Upgrade NXP Wi-Fi driver to L6.1.22-2.0.0 BSP version
Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb index 721d59dd..8dde6921 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | SUMMARY = "NXP Wi-Fi driver for module 88w8997/8987" | 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 | SRCBRANCH = "lf-6.1.1_1.0.0" | 5 | SRCBRANCH = "lf-6.1.22_2.0.0" |
6 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" | 6 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" |
7 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" | 7 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" |
8 | SRCREV = "98e5b28b1a7afea9dbded4067e93bfd584531a79" | 8 | SRCREV = "f1382ccbd34fc22daf504e798745f6cddb702b82" |
9 | 9 | ||
10 | S = "${WORKDIR}/git/mxm_wifiex/wlan_src" | 10 | S = "${WORKDIR}/git/mxm_wifiex/wlan_src" |
11 | 11 | ||