From: Koen Kooi Date: Wed, 25 Apr 2007 20:46:14 +0000 (+0000) Subject: xtscal: attempt to fix miscalibrations X-Git-Tag: Release-2010-05/1~8868^2~644^2~7^2~10 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eeadf2af1b6b26e3c0a8267617ed9527d76f278;p=openembedded.git xtscal: attempt to fix miscalibrations --- diff --git a/packages/xtscal/xtscal/xtscal-cxk.patch b/packages/xtscal/xtscal/xtscal-cxk.patch index 218e3c061e..d2f5078207 100644 --- a/packages/xtscal/xtscal/xtscal-cxk.patch +++ b/packages/xtscal/xtscal/xtscal-cxk.patch @@ -6,7 +6,7 @@ module_id() { - # Get model name - echo `grep "^Hardware" /proc/cpuinfo | sed -e "s/.*: *//" | tr a-z A-Z` -+ awk 'BEGIN { FS=": " } /Hardware/ { print $2 } '