From a1f1939b05728f5344411d816404d48214ef9709 Mon Sep 17 00:00:00 2001 From: Christian Hewitt Date: Mon, 22 Oct 2012 16:21:17 +0400 Subject: [PATCH] add 'upower' to ATV image adds upower to the ATV image so XBMC can detect the power options the ATV does not have; removes unusable suspend/hibernation options from menus --- projects/ATV/options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/ATV/options b/projects/ATV/options index f617401bfb..514a8e13d5 100755 --- a/projects/ATV/options +++ b/projects/ATV/options @@ -205,7 +205,7 @@ UDISKS="yes" # build and install powermanagement support (upower) (yes / no) - UPOWER="no" + UPOWER="yes" # build and install exFAT fuse support (yes / no) EXFAT="yes"