[openwrt/openwrt] ucode: add package for ucode-mod-io
LEDE Commits
lede-commits at lists.infradead.org
Tue Jan 6 11:10:00 PST 2026
nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/ed2587c73dc55a5b4aef0b0eee9fa7de32329f51
commit ed2587c73dc55a5b4aef0b0eee9fa7de32329f51
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Tue Jan 6 19:08:41 2026 +0000
ucode: add package for ucode-mod-io
It was included in the last update
Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
package/utils/ucode/Makefile | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/utils/ucode/Makefile b/package/utils/ucode/Makefile
index abc0c31e6f..a6dba0cd7d 100644
--- a/package/utils/ucode/Makefile
+++ b/package/utils/ucode/Makefile
@@ -184,6 +184,10 @@ $(eval $(call UcodeModule, \
digest, DIGEST_SUPPORT, , \
The digest module allows ucode scripts to use libmd digests.))
+$(eval $(call UcodeModule, \
+ io, IO_SUPPORT, , \
+ The io module allows direct file descriptor read/write (including non-blocking).))
+
$(eval $(call BuildPackage,libucode))
$(eval $(call BuildPackage,ucode))
More information about the lede-commits
mailing list