mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-14 16:09:44 +01:00
ucode: add package for ucode-mod-io
It was included in the last update Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
79a0aebd81
commit
ed2587c73d
1 changed files with 4 additions and 0 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue