From 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Jul 2008 20:01:44 +0000 Subject: Kconfig: remove 'default n' 'default n' is the default, so there's no need to say it explicitly. --- package/lighttpd/Config.in | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/lighttpd') 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 -- cgit v1.2.3