From 421e70384047ebf525c5d4344687ea0954e5c854 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Sun, 28 Apr 2013 19:59:40 +0300 Subject: [PATCH] projects/Generic_OSS/options: disable atvclient --- projects/Generic_OSS/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/Generic_OSS/options b/projects/Generic_OSS/options index e14cc2bf5f..4169431a68 100755 --- a/projects/Generic_OSS/options +++ b/projects/Generic_OSS/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"