Просмотр исходного кода

ucode: add package for ucode-mod-io

It was included in the last update

Signed-off-by: Felix Fietkau <[email protected]>
Felix Fietkau 1 неделя назад
Родитель
Сommit
ed2587c73d
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      package/utils/ucode/Makefile

+ 4 - 0
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))