Config.in 951 B

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