From 5cb0cf883b9ddca38dee72cbe96d04094464a3f9 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"