summaryrefslogtreecommitdiff
path: root/package/webif
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/webif
parentac653c53d6ef59e45f0236a0e05a4225439d281d (diff)
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'package/webif')
-rw-r--r--package/webif/Config.in3
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.