1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 19:31:52 +00:00
This commit is contained in:
Ycarus 2018-04-17 09:49:09 +02:00
parent ec9096ebb6
commit 8b2ac54b2d

View file

@ -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"