package/lighttpd: replace mod_compress by mod_deflate

mod_compress has been subsumed by mod_deflate since version 1.4.56 and
dab212b5f5

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Fabrice Fontaine 2022-01-22 23:49:35 +01:00 committed by Yann E. MORIN
parent 694189ffa3
commit 653dc2e710

View File

@ -38,13 +38,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"