Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit bedd894

Browse files
committed
Update update_hyperion.sh
Fixed check for wetek (amlogic) device
1 parent c8a2fe8 commit bedd894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/update_hyperion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ OS_OPENELEC=`cat /etc/issue | grep -m 1 OpenELEC | wc -l`
1111
# Find out if its an imx6 device
1212
CPU_RPI=`cat /proc/cpuinfo | grep RPI | wc -l`
1313
CPU_IMX6=`cat /proc/cpuinfo | grep i.MX6 | wc -l`
14-
CPU_WETEK=`cat /proc/cpyinfo | grep wetek | wc -l`
14+
CPU_WETEK=`cat /proc/cpuinfo | grep Amlogic | wc -l`
1515
CPU_X64=`uname -m | grep x86_64 | wc -l`
1616
CPU_X32=`uname -m | grep x86_32 | wc -l`
1717
# Check that we have a known configuration

0 commit comments

Comments
 (0)