diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
commit | 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch) | |
tree | 6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /package/lighttpd/Config.in | |
parent | ac653c53d6ef59e45f0236a0e05a4225439d281d (diff) |
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'package/lighttpd/Config.in')
-rw-r--r-- | package/lighttpd/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/lighttpd/Config.in b/package/lighttpd/Config.in index 7967022a3..f35c1f3b4 100644 --- a/package/lighttpd/Config.in +++ b/package/lighttpd/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_LIGHTTPD bool "lighttpd" - default n help lighttpd a secure, fast, compliant and very flexible web-server which has been optimized for high-performance environments. It @@ -25,7 +24,6 @@ config BR2_PACKAGE_LIGHTTPD_OPENSSL config BR2_PACKAGE_LIGHTTPD_ZLIB bool "lighttpd zlib support" - default n depends on BR2_PACKAGE_LIGHTTPD select BR2_PACKAGE_ZLIB help @@ -33,7 +31,6 @@ config BR2_PACKAGE_LIGHTTPD_ZLIB config BR2_PACKAGE_LIGHTTPD_BZIP2 bool "lighttpd bzip2 support" - default n depends on BR2_PACKAGE_LIGHTTPD select BR2_PACKAGE_BZIP2 help @@ -41,7 +38,6 @@ config BR2_PACKAGE_LIGHTTPD_BZIP2 config BR2_PACKAGE_LIGHTTPD_PCRE bool "pcre" - default n depends on BR2_PACKAGE_LIGHTTPD select BR2_PACKAGE_PCRE help |