From: Michael Mrozek Date: Thu, 18 Jul 2013 01:55:38 +0000 (+0200) Subject: op_cpusettings.sh: Get Pandora-Type from /tmp/pandora_version X-Git-Tag: sz_155~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92afbde63a8d1c7c1f28fe898fb4aec6d72c2495;p=openpandora.oe.git op_cpusettings.sh: Get Pandora-Type from /tmp/pandora_version --- diff --git a/recipes/pandora-system/pandora-scripts/op_cpusettings.sh b/recipes/pandora-system/pandora-scripts/op_cpusettings.sh index 91371ed..ccc30bc 100755 --- a/recipes/pandora-system/pandora-scripts/op_cpusettings.sh +++ b/recipes/pandora-system/pandora-scripts/op_cpusettings.sh @@ -5,7 +5,7 @@ # First, check for the unit type and set maximum possible OPP. -pnd_version=$(dmesg | grep OMAP3 | grep ES | awk '{print $3}') +pnd_version=$(cat /tmp/pnd_version) if [ "$pnd_version" == "OMAP3630" ]; then oppsys="4" else