mirror of https://github.com/OpenIPC/firmware.git
Merge branch 'master' of github:OpenIPC/firmware
commit
5a9daa09c8
|
@ -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