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