mirror of
https://github.com/openwrt/packages.git
synced 2025-07-04 07:13:07 +00:00
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
|