summaryrefslogtreecommitdiffstats
path: root/package/webif/Config.in
blob: 254340980abd2b3d2b452577cde6677f033f8c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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 on 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 on 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.