summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorStefan Kalscheuer <stefan@stklcode.de>2024-04-19 17:31:24 +0200
committerRobert Marko <robimarko@gmail.com>2024-04-23 22:33:56 +0200
commit63dd3f74ac3413b9fe069f136b376bd489164524 (patch)
tree4a39c8392e8667c2c589bf2c2040481573aa0b48 /package
parent3569b37b15c721513a0a5d4bd6d857be2523ec38 (diff)
downloadopenwrt-63dd3f74ac3413b9fe069f136b376bd489164524.tar.gz
openwrt-63dd3f74ac3413b9fe069f136b376bd489164524.tar.bz2
openwrt-63dd3f74ac3413b9fe069f136b376bd489164524.zip
mwlwifi: update to version 10.4.10-20240419
This update contains a minor fix to resolve "detected write beyond size of field" warning during compilation: * "replace [0] with []" (1d0d08c) All patches still apply. References: * https://github.com/openwrt/openwrt/issues/15108 Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de>
Diffstat (limited to 'package')
-rw-r--r--package/kernel/mwlwifi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kernel/mwlwifi/Makefile b/package/kernel/mwlwifi/Makefile
index b55b4604ca..94e687ce4a 100644
--- a/package/kernel/mwlwifi/Makefile
+++ b/package/kernel/mwlwifi/Makefile
@@ -15,9 +15,9 @@ PKG_LICENSE_FILES:=
PKG_SOURCE_URL:=https://github.com/kaloz/mwlwifi
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_DATE:=2023-11-29
-PKG_SOURCE_VERSION:=ebf3167445f108346dcff9a31a708534c0bd7cc5
-PKG_MIRROR_HASH:=6dffc08208305366b9c25133b74693d5c2e544c1076b7b4ed846628c66be56c1
+PKG_SOURCE_DATE:=2024-04-19
+PKG_SOURCE_VERSION:=a737d348ef4fe00434b2bc44b2b6a68ea833d95b
+PKG_MIRROR_HASH:=d55f69c2fa48d02ba535b72b108fc77f5f13a52b29130a631489a053f1670d2c
PKG_MAINTAINER:=Imre Kaloz <kaloz@openwrt.org>
PKG_BUILD_PARALLEL:=1