package/lighttpd: replace mod_compress by mod_deflate
mod_compress has been subsumed by mod_deflate since version 1.4.56 anddab212b5f5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr> (cherry picked from commit653dc2e710
) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
8e2ae214fd
commit
c0dab0bd0b
@ -37,13 +37,13 @@ config BR2_PACKAGE_LIGHTTPD_ZLIB
|
||||
bool "zlib support"
|
||||
select BR2_PACKAGE_ZLIB
|
||||
help
|
||||
Enable zlib support for lighttpd mod_compress.
|
||||
Enable zlib support for lighttpd mod_deflate.
|
||||
|
||||
config BR2_PACKAGE_LIGHTTPD_BZIP2
|
||||
bool "bzip2 support"
|
||||
select BR2_PACKAGE_BZIP2
|
||||
help
|
||||
Enable bzip2 support for lighttpd mod_compress.
|
||||
Enable bzip2 support for lighttpd mod_deflate.
|
||||
|
||||
config BR2_PACKAGE_LIGHTTPD_PCRE
|
||||
bool "pcre support"
|
||||
|
Loading…
Reference in New Issue
Block a user