diff options
author | Jun Zhu <junzhu@nxp.com> | 2023-07-12 22:21:18 +0800 |
---|---|---|
committer | Jun Zhu <junzhu@nxp.com> | 2023-07-15 18:07:07 +0800 |
commit | 10751c2f1adcb2a3e6242f090b55a793bf05e16a (patch) | |
tree | 199b48f59d1c500bd536f2909eeffa95220dcffe /recipes-kernel | |
parent | 3c048a97ad04c37e7d3cac2cc01f872b58488d9b (diff) | |
download | meta-freescale-10751c2f1adcb2a3e6242f090b55a793bf05e16a.tar.gz |
kernel-module-nxp-wlan: Rename it from kernel-module-nxp89xx
NXP Wi-Fi all-on-one driver:
- Supports more Wi-Fi modules: 88w8801/8987/8997/9098 IW416/612
- Uses the new name to align with thus enhancement
Signed-off-by: Jun Zhu <junzhu@nxp.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb (renamed from recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb) | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb index 8dde6921..db385d18 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp89xx_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | |||
@@ -2,6 +2,12 @@ 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 | # For backwards compatibility | ||
6 | PROVIDES += "kernel-module-nxp89xx" | ||
7 | RREPLACES:${PN} = "kernel-module-nxp89xx" | ||
8 | RPROVIDES:${PN} = "kernel-module-nxp89xx" | ||
9 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" | ||
10 | |||
5 | SRCBRANCH = "lf-6.1.22_2.0.0" | 11 | SRCBRANCH = "lf-6.1.22_2.0.0" |
6 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" | 12 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" |
7 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" | 13 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" |
@@ -14,4 +20,3 @@ inherit module | |||
14 | EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" | 20 | EXTRA_OEMAKE = "KERNELDIR=${STAGING_KERNEL_BUILDDIR} -C ${STAGING_KERNEL_BUILDDIR} M=${S}" |
15 | 21 | ||
16 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" | 22 | COMPATIBLE_MACHINE = "(imx-nxp-bsp)" |
17 | |||