From 9fda08fd818c3f38a9ee3c561af0026e26017237 Mon Sep 17 00:00:00 2001 From: Angelo Compagnucci Date: Wed, 28 Jun 2017 10:15:14 +0200 Subject: package/python-web2py: remove admin panel This commmit adds an option to remove admin panel to save speace if not needed. Signed-off-by: Angelo Compagnucci [Thomas: fix indentation.] Signed-off-by: Thomas Petazzoni --- package/python-web2py/python-web2py.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'package/python-web2py/python-web2py.mk') diff --git a/package/python-web2py/python-web2py.mk b/package/python-web2py/python-web2py.mk index 3f9d089bcd..887925b64e 100644 --- a/package/python-web2py/python-web2py.mk +++ b/package/python-web2py/python-web2py.mk @@ -36,7 +36,11 @@ define PYTHON_WEB2PY_GENERATE_PASSWORD save_password($(BR2_PACKAGE_PYTHON_WEB2PY_PASSWORD),8000)' endef +ifeq ($(BR2_PACKAGE_PYTHON_WEB2PY_INSTALL_ADMIN),y) PYTHON_WEB2PY_POST_BUILD_HOOKS += PYTHON_WEB2PY_GENERATE_PASSWORD +else +PYTHON_WEB2PY_EXCLUSIONS += applications/admin +endif define PYTHON_WEB2PY_INSTALL_TARGET_CMDS mkdir -p $(TARGET_DIR)/var/www/web2py -- cgit v1.2.3