lighttpd: cleanup sub options

Get rid of extra packages submenu and tweak the option descriptions.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-04-01 23:06:11 +02:00
parent 99df35d9a5
commit 252d9a20a1

View File

@ -12,43 +12,36 @@ config BR2_PACKAGE_LIGHTTPD
http://www.lighttpd.net/ http://www.lighttpd.net/
if BR2_PACKAGE_LIGHTTPD if BR2_PACKAGE_LIGHTTPD
menu "lighttpd packages"
config BR2_PACKAGE_LIGHTTPD_OPENSSL config BR2_PACKAGE_LIGHTTPD_OPENSSL
bool "lighttpd openssl support" bool "openssl support"
depends on BR2_PACKAGE_LIGHTTPD
select BR2_PACKAGE_OPENSSL select BR2_PACKAGE_OPENSSL
help help
Enable OpenSSL support for lighttpd. Enable OpenSSL support for lighttpd.
config BR2_PACKAGE_LIGHTTPD_ZLIB config BR2_PACKAGE_LIGHTTPD_ZLIB
bool "lighttpd zlib support" bool "zlib support"
depends on BR2_PACKAGE_LIGHTTPD
select BR2_PACKAGE_ZLIB select BR2_PACKAGE_ZLIB
help help
Enable zlib support for lighttpd mod_compress. Enable zlib support for lighttpd mod_compress.
config BR2_PACKAGE_LIGHTTPD_BZIP2 config BR2_PACKAGE_LIGHTTPD_BZIP2
bool "lighttpd bzip2 support" bool "bzip2 support"
depends on BR2_PACKAGE_LIGHTTPD
select BR2_PACKAGE_BZIP2 select BR2_PACKAGE_BZIP2
help help
Enable bzip2 support for lighttpd mod_compress. Enable bzip2 support for lighttpd mod_compress.
config BR2_PACKAGE_LIGHTTPD_PCRE config BR2_PACKAGE_LIGHTTPD_PCRE
bool "pcre" bool "pcre support"
depends on BR2_PACKAGE_LIGHTTPD
select BR2_PACKAGE_PCRE select BR2_PACKAGE_PCRE
help help
Enable PCRE support. Needed to support mod_rewrite Enable PCRE support. Needed to support mod_rewrite
config BR2_PACKAGE_LIGHTTPD_WEBDAV config BR2_PACKAGE_LIGHTTPD_WEBDAV
bool "webdav" bool "webdav support"
depends on BR2_PACKAGE_LIGHTTPD
select BR2_PACKAGE_LIBXML2 select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_SQLITE select BR2_PACKAGE_SQLITE
help help
Enable webdav support. Needed to support mod_webdav Enable webdav support. Needed to support mod_webdav
endmenu
endif endif