]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
lighttpd: cleanup sub options
authorPeter Korsgaard <jacmet@sunsite.dk>
Fri, 1 Apr 2011 21:06:11 +0000 (23:06 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Fri, 1 Apr 2011 21:08:12 +0000 (23:08 +0200)
Get rid of extra packages submenu and tweak the option descriptions.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/lighttpd/Config.in

index 49877e41818502497d3e95e56118c4f683b2d02d..a822d9021d9deedd256d546ac6e718905e4fc95b 100644 (file)
@@ -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