mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-27 23:47:19 +01:00
ucode: enable ucode-mod-zlib
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
Some checks are pending
Build all core packages / Build all core packages for selected target (push) Waiting to run
The module exists in ucode and has been present for a while but has not been enabled. It provides the ucode zlib module for handling gzip and zlib compression in ucode scripts. The package is ~ 5Kb. Installed ~18Kb. Signed-off-by: Paul Donald <newtwen+github@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21417 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
468ee567c9
commit
16ae5c23e5
1 changed files with 5 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ CMAKE_HOST_OPTIONS += \
|
|||
-DULOOP_SUPPORT=OFF \
|
||||
-DDEBUG_SUPPORT=ON \
|
||||
-DLOG_SUPPORT=OFF \
|
||||
-DZLIB_SUPPORT=ON \
|
||||
-DDIGEST_SUPPORT=OFF
|
||||
|
||||
|
||||
|
|
@ -188,6 +189,10 @@ $(eval $(call UcodeModule, \
|
|||
io, IO_SUPPORT, , \
|
||||
The io module allows direct file descriptor read/write (including non-blocking).))
|
||||
|
||||
$(eval $(call UcodeModule, \
|
||||
zlib, ZLIB_SUPPORT, +zlib, \
|
||||
The zlib module allows ucode scripts to de/compress gzip and zlib formats.))
|
||||
|
||||
$(eval $(call BuildPackage,libucode))
|
||||
$(eval $(call BuildPackage,ucode))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue