[openwrt/openwrt] ucode: update to Git HEAD (2024-02-13)
LEDE Commits
lede-commits at lists.infradead.org
Tue Feb 13 08:16:56 PST 2024
jow pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/7a1fac2dda4377a783c320e46d5a784a5c35e27c
commit 7a1fac2dda4377a783c320e46d5a784a5c35e27c
Author: Jo-Philipp Wich <jo at mein.io>
AuthorDate: Tue Feb 13 17:16:04 2024 +0100
ucode: update to Git HEAD (2024-02-13)
7e5830edfb38 nl80211: fix datatype of NL80211_BAND_IFTYPE_ATTR_HE_CAP_{MAC,PHY} attrs
5c8fd34bac42 nl80211: fix parsing of NL80211_BAND_ATTR_VHT_MCS_SET attribute
e8d4e4fe967d nl80211: fix decoding of NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET attribute
30a3f7ad0433 rtnl: store callback in listener registry only on success
9cbe8294909f rtnl: optimize reception of rtnl events
534417132e18 rtnl: increase event socket rx buffer size limit to 1 MiB
3f9811d2f7b7 compiler: close upvalues on loop control statements
Fixes: https://github.com/jow-/ucode.git/issues/187
Signed-off-by: Jo-Philipp Wich <jo at mein.io>
---
package/utils/ucode/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile
index ed5ad350b5..51a378198c 100644
--- a/package/utils/ucode/Makefile
+++ b/package/utils/ucode/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://github.com/jow-/ucode.git
-PKG_SOURCE_DATE:=2023-11-30
-PKG_SOURCE_VERSION:=6e89b89e95bbb140bbff5ab72b8c9632727bf6a6
-PKG_MIRROR_HASH:=20ba99f8c2591b581cdf0245dd40301e517659193cddaa3a3888125fcc85b2aa
+PKG_SOURCE_DATE:=2024-02-13
+PKG_SOURCE_VERSION:=3f9811d2f7b730f1f1d030872ae1def7e8349be6
+PKG_MIRROR_HASH:=b05cdaa6ecaf8c4b79e67551085c5580d09c5940304b5837a859324abbb26e94
PKG_MAINTAINER:=Jo-Philipp Wich <jo at mein.io>
PKG_LICENSE:=ISC
More information about the lede-commits
mailing list