From: Felix Fietkau Date: Tue, 6 Jan 2026 19:08:41 +0000 (+0000) Subject: ucode: add package for ucode-mod-io X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=ed2587c73dc55a5b4aef0b0eee9fa7de32329f51;p=openwrt%2Fstaging%2Fxback.git ucode: add package for ucode-mod-io It was included in the last update Signed-off-by: Felix Fietkau --- 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))