Config.in 924 B

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