From 8cc1840e8dd0d3f42f2d40099ddc4a95f0dac77b Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 28 Apr 2013 19:59:22 +0300 Subject: [PATCH] projects/Generic/options: disable atvclient --- projects/Generic/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic/options b/projects/Generic/options index cd327db891..323eaae523 100755 --- a/projects/Generic/options +++ b/projects/Generic/options @@ -270,7 +270,7 @@ REMOTE_SUPPORT="yes" # build and install ATV IR remote support (yes / no) - ATVCLIENT_SUPPORT="yes" + ATVCLIENT_SUPPORT="no" # build and install IRServer IR/LCD support (yes / no) IRSERVER_SUPPORT="yes"