summaryrefslogtreecommitdiff
path: root/package/webif/Config.in
diff options
context:
space:
mode:
authorUlf Samuelsson <ulf.samuelsson@atmel.com>2008-03-30 20:40:53 +0000
committerUlf Samuelsson <ulf.samuelsson@atmel.com>2008-03-30 20:40:53 +0000
commit0be9560cb5f49d332f9936f36e0b8677affb5866 (patch)
tree103b4415919fa167af76a9cac2d34921657e893a /package/webif/Config.in
parent4b45fed00627295ee88632dbf81e020ed96e5860 (diff)
Add webif package
Diffstat (limited to 'package/webif/Config.in')
-rw-r--r--package/webif/Config.in29
1 files changed, 29 insertions, 0 deletions
diff --git a/package/webif/Config.in b/package/webif/Config.in
new file mode 100644
index 000000000..2e0d43672
--- /dev/null
+++ b/package/webif/Config.in
@@ -0,0 +1,29 @@
+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
+ requires awk support on the system, either the one provided by
+ Busybox or gawk.
+
+ The default login on the status web pages are root/root and
+ admin/admin. This can be changed in the etc/httpd.conf file.
+
+config BR2_PACKAGE_WEBIF_INSTALL_INDEX_HTML
+ bool "instal index.html in /www which redirects to webif"
+ depends BR2_PACKAGE_WEBIF
+ default n
+ help
+ Installs a /www/index.html which redirects to the status console cgi
+ scripts.
+
+config BR2_PACKAGE_WEBIF_LANGUAGES
+ bool "install language support"
+ depends BR2_PACKAGE_WEBIF
+ default n
+ help
+ This option installs support for other languages than english.
+
+ Supported languages: ca, cz, de, dk, ee, es, fr, hr, hu, it, nl, no,
+ pl, pt, ru and se.