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/webif/Config.in | 3 --- 1 file changed, 3 deletions(-) (limited to 'package/webif') diff --git a/package/webif/Config.in b/package/webif/Config.in index 254340980..4ec9a26ef 100644 --- a/package/webif/Config.in +++ b/package/webif/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_WEBIF bool "webif - Status Console" - default n select BR2_PACKAGE_HASERL help A web interface for showing different network status. This package @@ -13,7 +12,6 @@ config BR2_PACKAGE_WEBIF config BR2_PACKAGE_WEBIF_INSTALL_INDEX_HTML bool "instal index.html in /www which redirects to webif" depends on BR2_PACKAGE_WEBIF - default n help Installs a /www/index.html which redirects to the status console cgi scripts. @@ -21,7 +19,6 @@ config BR2_PACKAGE_WEBIF_INSTALL_INDEX_HTML config BR2_PACKAGE_WEBIF_LANGUAGES bool "install language support" depends on BR2_PACKAGE_WEBIF - default n help This option installs support for other languages than english. -- cgit v1.2.3