summaryrefslogtreecommitdiffstats
path: root/package/lighttpd/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2011-04-01 23:06:11 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-04-01 23:08:12 +0200
commit252d9a20a16c5b15d8754d6dd20b89c18bdcbe30 (patch)
tree6d8e4a324aa0590c77c3f2688fd109af56c12b49 /package/lighttpd/Config.in
parent99df35d9a5246751a4a751f4b4b5c5cdbc78bc6a (diff)
downloadbuildroot-novena-252d9a20a16c5b15d8754d6dd20b89c18bdcbe30.tar.gz
buildroot-novena-252d9a20a16c5b15d8754d6dd20b89c18bdcbe30.zip
lighttpd: cleanup sub options
Get rid of extra packages submenu and tweak the option descriptions. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/lighttpd/Config.in')
-rw-r--r--package/lighttpd/Config.in17
1 files changed, 5 insertions, 12 deletions
diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in
index 49877e418..a822d9021 100644
--- a/package/lighttpd/Config.in
+++ b/package/lighttpd/Config.in
@@ -12,43 +12,36 @@ config BR2_PACKAGE_LIGHTTPD
http://www.lighttpd.net/
if BR2_PACKAGE_LIGHTTPD
-menu "lighttpd packages"
config BR2_PACKAGE_LIGHTTPD_OPENSSL
- bool "lighttpd openssl support"
- depends on BR2_PACKAGE_LIGHTTPD
+ bool "openssl support"
select BR2_PACKAGE_OPENSSL
help
Enable OpenSSL support for lighttpd.
config BR2_PACKAGE_LIGHTTPD_ZLIB
- bool "lighttpd zlib support"
- depends on BR2_PACKAGE_LIGHTTPD
+ bool "zlib support"
select BR2_PACKAGE_ZLIB
help
Enable zlib support for lighttpd mod_compress.
config BR2_PACKAGE_LIGHTTPD_BZIP2
- bool "lighttpd bzip2 support"
- depends on BR2_PACKAGE_LIGHTTPD
+ bool "bzip2 support"
select BR2_PACKAGE_BZIP2
help
Enable bzip2 support for lighttpd mod_compress.
config BR2_PACKAGE_LIGHTTPD_PCRE
- bool "pcre"
- depends on BR2_PACKAGE_LIGHTTPD
+ bool "pcre support"
select BR2_PACKAGE_PCRE
help
Enable PCRE support. Needed to support mod_rewrite
config BR2_PACKAGE_LIGHTTPD_WEBDAV
- bool "webdav"
- depends on BR2_PACKAGE_LIGHTTPD
+ bool "webdav support"
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_SQLITE
help
Enable webdav support. Needed to support mod_webdav
-endmenu
endif