diff options
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb')
-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 00747f72..827dc94a 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb | |||
@@ -2,10 +2,10 @@ SUMMARY = "NXP Wi-Fi driver for module 88w8997/8987" | |||
2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
3 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=ab04ac0f249af12befccb94447c08b77" | 3 | LIC_FILES_CHKSUM = "file://gpl-2.0.txt;md5=ab04ac0f249af12befccb94447c08b77" |
4 | 4 | ||
5 | SRCBRANCH = "lf-5.10.72_2.2.0" | 5 | SRCBRANCH = "lf-5.15.52_2.1.0" |
6 | MRVL_SRC ?= "git://source.codeaurora.org/external/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 = "3c2a3c2cd25e9dce95f34c21bb4e728647eb64ee" | 8 | SRCREV = "5cda905576fd26eca6b49d0f0fb5e2bb3c0bf441" |
9 | 9 | ||
10 | S = "${WORKDIR}/git/mxm_wifiex/wlan_src" | 10 | S = "${WORKDIR}/git/mxm_wifiex/wlan_src" |
11 | 11 | ||