xref: /OK3568_Linux_fs/buildroot/package/python-web2py/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_WEB2PY
2	bool "python-web2py"
3	select BR2_PACKAGE_PYTHON_PYDAL # runtime
4	select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
5	select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
6	select BR2_PACKAGE_PYTHON_PYEXPAT if BR2_PACKAGE_PYTHON # runtime
7	select BR2_PACKAGE_PYTHON3_PYEXPAT if BR2_PACKAGE_PYTHON3 # runtime
8	select BR2_PACKAGE_PYTHON_SQLITE if BR2_PACKAGE_PYTHON # runtime
9	select BR2_PACKAGE_PYTHON3_SQLITE if BR2_PACKAGE_PYTHON3 # runtime
10	select BR2_PACKAGE_PYTHON_YATL # runtime
11	help
12	  web2py is a free open source full-stack framework for rapid
13	  development of fast, scalable, secure and portable
14	  database-driven web-based applications.
15
16	  http://web2py.com
17
18if BR2_PACKAGE_PYTHON_WEB2PY
19
20config BR2_PACKAGE_PYTHON_WEB2PY_INSTALL_ADMIN
21	bool "install admin panel application"
22	default y
23	help
24	  This option install web2py admin panel application.
25	  It can be removed to save space on embedded systems.
26
27if BR2_PACKAGE_PYTHON_WEB2PY_INSTALL_ADMIN
28
29config BR2_PACKAGE_PYTHON_WEB2PY_PASSWORD
30	string "admin panel password"
31	default web2py
32	help
33	  Set the admin panel password.
34
35endif
36
37endif
38