mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/nxp-mwifiex: bump version to lf-6.18.20_2.0.0
The previous version fails to build with Linux 6.13 and newer because
mlinux/moal_main.h includes the removed net/lib80211.h header.
The header was removed by Linux commit 02f220b52670 ("wifi:
ipw2x00/lib80211: move remaining lib80211 into libipw").
The new NXP release skips this obsolete header for kernels newer
than 6.12.12 and includes the corresponding Linux 6.13 cfg80211 API
compatibility fixes.
Signed-off-by: Antoine Gennart <antoine.gennart@quimesis.be>
[Julien: fix _VERSION to use a tag rather than a branch]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
f667c1c206
commit
0e27b1d8a4
@@ -1,3 +1,3 @@
|
||||
# locally computed
|
||||
sha256 dcffe6c48babf7db82aac4704b056cffc06a1f80008cd9c23ab0479fc890ba99 nxp-mwifiex-lf-6.6.52_2.2.0.tar.gz
|
||||
sha256 7511600dbad34677d2a5fa93e467a3685af96c517169e9fd1e107da679115ef1 nxp-mwifiex-lf-6.18.20-2.0.0.tar.gz
|
||||
sha256 67d461bc478d220fcdf99c59d8ea17fffbd1881718281aa4947eb608fcd568bb LICENSE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NXP_MWIFIEX_VERSION = lf-6.6.52_2.2.0
|
||||
NXP_MWIFIEX_VERSION = lf-6.18.20-2.0.0
|
||||
NXP_MWIFIEX_SITE = $(call github,nxp-imx,mwifiex,$(NXP_MWIFIEX_VERSION))
|
||||
NXP_MWIFIEX_LICENSE = GPL-2.0
|
||||
NXP_MWIFIEX_LICENSE_FILES = LICENSE
|
||||
|
||||
Reference in New Issue
Block a user