From 6eeadf2af1b6b26e3c0a8267617ed9527d76f278 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Wed, 25 Apr 2007 20:46:14 +0000 Subject: [PATCH] xtscal: attempt to fix miscalibrations --- packages/xtscal/xtscal/xtscal-cxk.patch | 2 +- packages/xtscal/xtscal_0.6.3.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 } '