summaryrefslogtreecommitdiffstats
path: root/package/lighttpd
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
commit4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch)
tree6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /package/lighttpd
parentac653c53d6ef59e45f0236a0e05a4225439d281d (diff)
downloadbuildroot-novena-4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee.tar.gz
buildroot-novena-4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee.zip
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'package/lighttpd')
-rw-r--r--package/lighttpd/Config.in4
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