2
1

Config.in 884 B

1234567891011121314151617181920212223242526
  1. config BR2_PACKAGE_WEBIF
  2. bool "webif - Status Console"
  3. select BR2_PACKAGE_HASERL
  4. help
  5. A web interface for showing different network status. This package
  6. requires awk support on the system, either the one provided by
  7. Busybox or gawk.
  8. The default login on the status web pages are root/root and
  9. admin/admin. This can be changed in the etc/httpd.conf file.
  10. config BR2_PACKAGE_WEBIF_INSTALL_INDEX_HTML
  11. bool "instal index.html in /www which redirects to webif"
  12. depends on BR2_PACKAGE_WEBIF
  13. help
  14. Installs a /www/index.html which redirects to the status console cgi
  15. scripts.
  16. config BR2_PACKAGE_WEBIF_LANGUAGES
  17. bool "install language support"
  18. depends on BR2_PACKAGE_WEBIF
  19. help
  20. This option installs support for other languages than english.
  21. Supported languages: ca, cz, de, dk, ee, es, fr, hr, hu, it, nl, no,
  22. pl, pt, ru and se.