fix t21 load script

pull/824/head
cronyx 2023-05-26 14:54:55 +03:00
parent 565d5d95dd
commit ce6541add4
1 changed files with 1 additions and 1 deletions

View File

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