fix t21 load script (#824)

pull/825/head
cronyx 2023-05-26 14:55:53 +03:00 committed by GitHub
parent 565d5d95dd
commit 48b6ce35b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh
KMOD_PATH=/lib/modules/$(uname -r)/ingenic
SOC=$(ipcinfo -f || fw_printenv -n soc)
SOC=$(ipcinfo -c)
vendor=$(ipcinfo -v)
if [ ! -f /usr/sbin/sensor_cli ]; then