mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 23:12:02 +08:00
f1b0c84bbe
Signed-off-by: Lukas Voegl <lvoegl@tdt.de>
17 lines
243 B
Plaintext
17 lines
243 B
Plaintext
menu "Select libxmlb options"
|
|
depends on PACKAGE_libxmlb
|
|
|
|
config LIBXMLB_LZMA
|
|
bool "LZMA"
|
|
default n
|
|
help
|
|
Compile libxmlb with LZMA support
|
|
|
|
config LIBXMLB_ZSTD
|
|
bool "zstd"
|
|
default n
|
|
help
|
|
Compile libxmlb with zstd support
|
|
|
|
endmenu
|