nxp-wlan-sdk: update to version lf-6.1.22

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2023-07-06 17:39:55 +02:00
parent afe30b8a2b
commit 7db683f9fe
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=ab04ac0f249af12befccb94447c08b77" LIC_FILES_CHKSUM = "file://${WORKDIR}/git/LICENSE;md5=ab04ac0f249af12befccb94447c08b77"
# For Kernel 5.4 and later # For Kernel 5.4 and later
SRCBRANCH = "lf-6.1.1_1.0.0" SRCBRANCH = "lf-6.1.22_2.0.0"
MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}"
SRCREV = "98e5b28b1a7afea9dbded4067e93bfd584531a79" SRCREV = "f1382ccbd34fc22daf504e798745f6cddb702b82"
S = "${WORKDIR}/git/mxm_wifiex/wlan_src" S = "${WORKDIR}/git/mxm_wifiex/wlan_src"