From 028a6b291cb84b20418766f650ee19dbd75db628 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Wed, 27 Feb 2013 19:15:55 +0200 Subject: [PATCH] xbmc: init: cosmetics. conservative -> ondemand to not cause confusion ;) --- packages/mediacenter/xbmc/init.d/93_xbmc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mediacenter/xbmc/init.d/93_xbmc b/packages/mediacenter/xbmc/init.d/93_xbmc index fa4606486f..ed0d4f6020 100644 --- a/packages/mediacenter/xbmc/init.d/93_xbmc +++ b/packages/mediacenter/xbmc/init.d/93_xbmc @@ -55,7 +55,7 @@ fi # wait for network wait_for_inet_addr -# set cpu's to 'conservative' +# set cpu's to 'ondemand' ( usleep 15000000 progress "set cpu's to 'ondemand'" cpupower frequency-set -g ondemand > /dev/null 2>&1