summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb')
-rw-r--r--recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb7
1 files changed, 3 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 48f1ad724..073a62ff9 100644
--- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
+++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb
@@ -10,13 +10,12 @@ RCONFLICTS:${PN} = "kernel-module-nxp89xx"
10KERNEL_MODULE_PROBECONF += "moal" 10KERNEL_MODULE_PROBECONF += "moal"
11module_conf_moal = "options moal mod_para=nxp/wifi_mod_para.conf" 11module_conf_moal = "options moal mod_para=nxp/wifi_mod_para.conf"
12 12
13SRCBRANCH = "lf-6.12.49_2.2.0"
14MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
15SRC_URI = " \ 13SRC_URI = " \
16 ${MRVL_SRC};branch=${SRCBRANCH} \ 14 ${MRVL_SRC};branch=${SRCBRANCH} \
17 file://mlinux-moal_main-lower-PRINTM_MMSG-log-level-to-KERN_INFO.patch \
18" 15"
19SRCREV = "84ca65c9ff935d7f2999af100a82531c22c65234" 16MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https"
17SRCBRANCH = "lf-6.18.2_1.0.0"
18SRCREV = "a5fe4e194bf99315e349d81d77d6dfacec70757a"
20 19
21inherit module 20inherit module
22 21