mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-12 11:21:55 +00:00
Fix
This commit is contained in:
parent
ec9096ebb6
commit
8b2ac54b2d
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -33,9 +33,9 @@ if [ ! -f "$OMR_TARGET_CONFIG" ]; then
|
|||
fi
|
||||
|
||||
if [ "$OMR_TARGET" = "rpi3" ]; then
|
||||
OMR_REAL_TARGET = "aarch64_cortex-a53"
|
||||
OMR_REAL_TARGET="aarch64_cortex-a53"
|
||||
else
|
||||
OMR_REAL_TARGET = $OMR_TARGET
|
||||
OMR_REAL_TARGET=${OMR_TARGET}
|
||||
fi
|
||||
|
||||
#_get_repo source https://github.com/ysurac/openmptcprouter-source "master"
|
||||
|
|
Loading…
Reference in a new issue