mirror of
https://github.com/openwrt/packages.git
synced 2025-12-20 17:41:20 +00:00
12 lines
203 B
Plaintext
12 lines
203 B
Plaintext
menu "Configuration"
|
|
depends on PACKAGE_snort
|
|
|
|
config SNORT_LZMA
|
|
bool "Enable LZMA support"
|
|
default n
|
|
help
|
|
This option enables LZMA decompression.
|
|
Disabled by default.
|
|
|
|
endmenu
|