summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau2026-01-06 19:08:41 +0000
committerFelix Fietkau2026-01-06 19:09:35 +0000
commited2587c73dc55a5b4aef0b0eee9fa7de32329f51 (patch)
tree7c0a64701b9c9a070db96647a6106d12e736993f
parent79a0aebd81687868374e98d9987c256722c6a4f8 (diff)
downloadopenwrt-ed2587c73dc55a5b4aef0b0eee9fa7de32329f51.tar.gz
ucode: add package for ucode-mod-io
It was included in the last update Signed-off-by: Felix Fietkau <nbd@nbd.name>
-rw-r--r--package/utils/ucode/Makefile4
1 files changed, 4 insertions, 0 deletions
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))