projects
/
openwrt
/
staging
/
xback.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79a0aeb
)
ucode: add package for ucode-mod-io
author
Felix Fietkau
<nbd@nbd.name>
Tue, 6 Jan 2026 19:08:41 +0000
(19:08 +0000)
committer
Felix Fietkau
<nbd@nbd.name>
Tue, 6 Jan 2026 19:09:35 +0000
(20:09 +0100)
It was included in the last update
Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/utils/ucode/Makefile
patch
|
blob
|
history
diff --git
a/package/utils/ucode/Makefile
b/package/utils/ucode/Makefile
index abc0c31e6f9b3dacf2d08719f0a89e16a78ba1e4..a6dba0cd7dac0e38dc205aea2c8b94de370fa411 100644
(file)
--- 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))