mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-30 18:07:52 +00:00
49 lines
2.1 KiB
Diff
49 lines
2.1 KiB
Diff
From e3e1a34b88d4ff7427afddf83c0253092c708b82 Mon Sep 17 00:00:00 2001
|
|
From: Felix Fietkau <nbd@nbd.name>
|
|
Date: Tue, 16 Apr 2024 11:22:29 +0200
|
|
Subject: [PATCH 82/83] ucode: update to Git HEAD (2024-04-15)
|
|
|
|
96f74b5be829 ubus: make ubus_context first in uc_ubus_connection_t
|
|
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
|
|
ee4af9b55cb4 vm: rework object iteration
|
|
a275399dd8e2 uci: refactor uci.changes() to match documentation
|
|
1220992631d5 ubus: automatically clear error information
|
|
d6fd94014eea uci: automatically clear error information
|
|
99837f280b61 uloop: automatically clear error information
|
|
ba3855ae3775 lib: fix documentation typo for `pop()` function
|
|
be767ae197ba vm: rework `in` operator semantics
|
|
4ade84e8fb81 ubus: add explicit support for deferring incoming requests
|
|
cfe137be068a uci: remove incorrectly documentated reorder() parameter
|
|
|
|
Signed-off-by: Felix Fietkau <nbd@nbd.name>
|
|
---
|
|
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 e90aa37c8e..e59691026d 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_MIRROR_HASH:=e1a0f98ba865ed5911d5db3bfca55a2f1b825992bf5f7c7e324928d9412d7ae2
|
|
-PKG_SOURCE_DATE:=2023-11-07
|
|
-PKG_SOURCE_VERSION:=a6e75e02528e36f3610a7f0073453018336def2e
|
|
+PKG_MIRROR_HASH:=7a4d35d14ede7d853b2095ee239a86aab0b17da2b8cfac814dfa58fabec6374b
|
|
+PKG_SOURCE_DATE:=2024-04-15
|
|
+PKG_SOURCE_VERSION:=cfe137be068a7ba1895d3c9bcb7b38d21e5a95dd
|
|
PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io>
|
|
PKG_LICENSE:=ISC
|
|
|
|
--
|
|
2.34.1
|
|
|