projects/Ultra/filesystem: fix last commit

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-04-16 18:58:17 +02:00
parent e161ebb59e
commit 6b24d3cb71

View File

@ -27,7 +27,7 @@ if [ ! -f /etc/asound.conf -a ! -f $HOME/.config/asound.conf ]; then
DMI_BOARD_VENDOR=`cat /sys/class/dmi/id/board_vendor`
# DMI_BOARD_VERSION=`cat /sys/class/dmi/id/board_version`
SYSTEM_CPU=`grep -m1 model /proc/cpuinfo | awk -F: '{printf("%s",$2) }'`
SYSTEM_CPU=`grep -m1 model /proc/cpuinfo | awk '{printf("%s",$3) }'`
if [ "$DMI_BOARD_VENDOR" = "XtReAmEr" ]; then
if [ "$SYSTEM_CPU" = "28" ]; then
@ -44,4 +44,4 @@ if [ ! -f /etc/asound.conf -a ! -f $HOME/.config/asound.conf ]; then
fi
fi
fi
fi