Config.in 574 B

1234567891011121314151617181920212223
  1. config BR2_PACKAGE_PYTHON_WEB2PY
  2. bool "python-web2py"
  3. depends on BR2_PACKAGE_PYTHON
  4. select BR2_PACKAGE_PYTHON_PYDAL
  5. select BR2_PACKAGE_PYTHON_ZLIB
  6. select BR2_PACKAGE_PYTHON_PYEXPAT
  7. select BR2_PACKAGE_PYTHON_SQLITE
  8. help
  9. web2py is a free open source full-stack framework for rapid
  10. development of fast, scalable, secure and portable
  11. database-driven web-based applications.
  12. http://web2py.com
  13. if BR2_PACKAGE_PYTHON_WEB2PY
  14. config BR2_PACKAGE_PYTHON_WEB2PY_PASSWORD
  15. string "admin panel password"
  16. default web2py
  17. help
  18. Set the admin panel password.
  19. endif