mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/Ultra/filesystem: fix last commit
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
e161ebb59e
commit
6b24d3cb71
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user