mirror of https://github.com/OpenIPC/firmware.git
Fix ipcinfo to new arguments in pqtools script
parent
10e2acd350
commit
b2a695efa5
general/overlay/usr/sbin
|
@ -6,7 +6,7 @@
|
|||
set -e
|
||||
|
||||
mpp=$(awk '/Version:/ {print $3,$4"]"}' /proc/umap/sys) || true
|
||||
soc=$(ipcinfo --chip-id)
|
||||
soc=$(ipcinfo --chip-name)
|
||||
|
||||
prepare() {
|
||||
case ${soc} in
|
||||
|
|
Loading…
Reference in New Issue