Update update_hyperion.sh

Fixed check for wetek (amlogic) device

Former-commit-id: bedd8945265d0a72ebcf934dd26aadc38d036b92
This commit is contained in:
poljvd 2015-09-29 16:39:29 +02:00
parent 996c23a658
commit 41b4d3dfe2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ OS_OPENELEC=`cat /etc/issue | grep -m 1 OpenELEC | wc -l`
# Find out if its an imx6 device
CPU_RPI=`cat /proc/cpuinfo | grep RPI | wc -l`
CPU_IMX6=`cat /proc/cpuinfo | grep i.MX6 | wc -l`
CPU_WETEK=`cat /proc/cpyinfo | grep wetek | wc -l`
CPU_WETEK=`cat /proc/cpuinfo | grep Amlogic | wc -l`
CPU_X64=`uname -m | grep x86_64 | wc -l`
CPU_X32=`uname -m | grep x86_32 | wc -l`
# Check that we have a known configuration