1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
This commit is contained in:
Ycarus 2018-04-17 09:35:12 +02:00
parent 4ae09ae9a4
commit ec9096ebb6

View file

@ -32,7 +32,7 @@ if [ ! -f "$OMR_TARGET_CONFIG" ]; then
exit 1
fi
if [ "$OMR_TARGET" == "rpi3" ]; then
if [ "$OMR_TARGET" = "rpi3" ]; then
OMR_REAL_TARGET = "aarch64_cortex-a53"
else
OMR_REAL_TARGET = $OMR_TARGET