From 94a7c4a44320e1cc46a672ea1708b0071f294317 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 28 Feb 2026 11:19:04 +0000 Subject: [PATCH] ucode: update to Git HEAD (2026-02-27) d768823fea50 vm: rework I_DYNLOAD instruction to read module name from stack 9e265b9a1e15 program: support encoding export symbols in precompiled bytecode 926f20b55e13 compiler: add support for runtime module imports e3d7d77f0e5d lib: avoid stack operations if required code invoked exit() 7f3a0512f49d compiler: turn static imports of precompiled modules into dynamic loads ccc25285471b nl80211.h: update to version 6.18 bb145163147a nl80211: add WiFi 7 EHT and MLD attributes 65d268546453 nl80211: add scan, BSS status and BSS use-for constants Fixes: https://github.com/jow-/ucode/issues/336#issuecomment-3415635374 Fixes: https://github.com/jow-/ucode/pull/338#issuecomment-3442569831 Signed-off-by: Felix Fietkau --- 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 b38579b837..8b5287b9e8 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:=2026-01-16 -PKG_SOURCE_VERSION:=85922056ef7abeace3cca3ab28bc1ac2d88e31b1 -PKG_MIRROR_HASH:=8c6f586f90e704827dc8736bf3726d15989a978c6a726a52d51e33f8019403b6 +PKG_SOURCE_DATE:=2026-02-27 +PKG_SOURCE_VERSION:=934bb593dba520e84920865703bd4fe94490d11e +PKG_MIRROR_HASH:=baa59093c5a32303f64c2507664f7b36e2b7b7c14ed65524e5d1130633e5b639 PKG_MAINTAINER:=Jo-Philipp Wich PKG_LICENSE:=ISC