diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2025-01-07 11:47:48 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-07 11:47:48 -0300 |
| commit | 926c15afd882683ef8f8b26fd31486b710eda250 (patch) | |
| tree | 8c5badedb37c69ff65a80941be1ae8e0a59c974a /recipes-kernel | |
| parent | 8cc3bb0ff75e38becfd0a9eced0b7dc22cb3f86c (diff) | |
| parent | 66946b4189252141b7c97685c01102c4b04f288c (diff) | |
| download | meta-freescale-926c15afd882683ef8f8b26fd31486b710eda250.tar.gz | |
Merge pull request #2052 from nxp-upstream/nxp-wifi-2024q4
Upgrade NXP Wi-Fi to 6.6.52-2.2.0
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | 6 |
1 files changed, 3 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 453fdd48c..5b8aaa093 100644 --- a/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb +++ b/recipes-kernel/kernel-modules/kernel-module-nxp-wlan_git.bb | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | SUMMARY = "NXP Wi-Fi driver for module 88w8801/8987/8997/9098 IW416/612" | 1 | 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 | ||
| @@ -8,10 +8,10 @@ RREPLACES:${PN} = "kernel-module-nxp89xx" | |||
| 8 | RPROVIDES:${PN} = "kernel-module-nxp89xx" | 8 | RPROVIDES:${PN} = "kernel-module-nxp89xx" |
| 9 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" | 9 | RCONFLICTS:${PN} = "kernel-module-nxp89xx" |
| 10 | 10 | ||
| 11 | SRCBRANCH = "lf-6.6.23_2.0.0" | 11 | SRCBRANCH = "lf-6.6.52_2.2.0" |
| 12 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" | 12 | MRVL_SRC ?= "git://github.com/nxp-imx/mwifiex.git;protocol=https" |
| 13 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" | 13 | SRC_URI = "${MRVL_SRC};branch=${SRCBRANCH}" |
| 14 | SRCREV = "88372772badbf30152b3ad12ae251dc567095cab" | 14 | SRCREV = "5ad19e194f49ed9447bee7864eb562618ccaf9b1" |
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
