From 746bace7d75b1ee69a243b80632ad7a88cc33a2e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 21 Mar 2013 03:17:26 +0100 Subject: [PATCH] projects/ATV: build without installer support Signed-off-by: Stephan Raue --- projects/ATV/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ATV/options b/projects/ATV/options index 2795b59ffa..5ece8da1fb 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -319,7 +319,7 @@ UPDATE_SUPPORT="yes" # build with installer (yes / no) - INSTALLER_SUPPORT="yes" + INSTALLER_SUPPORT="no" # Testpackages for development (yes / no) TESTING="no"