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/webif/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/webif/Config.in')
-rw-r--r-- | package/webif/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
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. |