diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in index e9a5aa34f0..3e468ce9c8 100644 --- a/package/lighttpd/Config.in +++ b/package/lighttpd/Config.in @@ -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"