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