mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Update update_hyperion.sh
Fixed check for wetek (amlogic) device Former-commit-id: bedd8945265d0a72ebcf934dd26aadc38d036b92
This commit is contained in:
parent
996c23a658
commit
41b4d3dfe2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user