diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2011-11-09 00:00:05 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-11-09 00:00:05 +0100 |
commit | f5e5aeb7125c065c535ecb0774ab48cb7ef4622e (patch) | |
tree | 141251b03a4dd888b67e04aa3eba7dc504bd7644 /package/webif/Config.in | |
parent | 789a7cf4069b86f1bd44c55d69205aff1837f906 (diff) | |
download | buildroot-novena-f5e5aeb7125c065c535ecb0774ab48cb7ef4622e.tar.gz buildroot-novena-f5e5aeb7125c065c535ecb0774ab48cb7ef4622e.zip |
webif: remove deprecated
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/webif/Config.in')
-rw-r--r-- | package/webif/Config.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/webif/Config.in b/package/webif/Config.in deleted file mode 100644 index 2ecbf3656..000000000 --- a/package/webif/Config.in +++ /dev/null @@ -1,28 +0,0 @@ -config BR2_PACKAGE_WEBIF - bool "webif - Status Console" - depends on BR2_PACKAGE_BUSYBOX # httpd - depends on BR2_DEPRECATED - 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 - 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 - 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. |