diff options
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.bb | 10 |
1 files changed, 7 insertions, 3 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 2341ab0c9..48f1ad724 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | |||
| @@ -2,20 +2,24 @@ SUMMARY = "NXP Wi-Fi driver for module 88w8801/8987/8997/9098 IW416/610/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 | ||
| 6 | PROVIDES += "kernel-module-nxp89xx" | 5 | PROVIDES += "kernel-module-nxp89xx" |
| 7 | RREPLACES:${PN} = "kernel-module-nxp89xx" | 6 | RREPLACES:${PN} = "kernel-module-nxp89xx" |
| 8 | RPROVIDES:${PN} = "kernel-module-nxp89xx" | 7 | RPROVIDES:${PN} = "kernel-module-nxp89xx" |
| 9 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" | 8 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" |
| 10 | 9 | ||
| 11 | SRCBRANCH = "lf-6.12.20_2.0.0" | 10 | KERNEL_MODULE_PROBECONF += "moal" |
| 11 | module_conf_moal = "options moal mod_para=nxp/wifi_mod_para.conf" | ||
| 12 | |||
| 13 | SRCBRANCH = "lf-6.12.49_2.2.0" | ||
| 12 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" | 14 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" |
| 13 | SRC_URI = " \ | 15 | SRC_URI = " \ |
| 14 | ${MRVL_SRC};branch=${SRCBRANCH} \ | 16 | ${MRVL_SRC};branch=${SRCBRANCH} \ |
| 15 | file://mlinux-moal_main-lower-PRINTM_MMSG-log-level-to-KERN_INFO.patch \ | 17 | file://mlinux-moal_main-lower-PRINTM_MMSG-log-level-to-KERN_INFO.patch \ |
| 16 | " | 18 | " |
| 17 | SRCREV = "7a8beaa1605cb0870dc7ba3312c76df91cb0d6cf" | 19 | SRCREV = "84ca65c9ff935d7f2999af100a82531c22c65234" |
| 18 | 20 | ||
| 19 | inherit module | 21 | inherit module |
| 20 | 22 | ||
| 21 | EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" | 23 | EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" |
| 24 | |||
| 25 | KERNEL_MODULE_AUTOLOAD += "moal" | ||
