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>
(cherry picked from commit 653dc2e710)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine 2022-01-22 23:49:35 +01:00 committed by Peter Korsgaard
parent 8e2ae214fd
commit c0dab0bd0b

View File

@ -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"