mirror of https://github.com/OpenIPC/firmware.git
fix t21 load script (#824)
parent
565d5d95dd
commit
48b6ce35b3
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue