1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Add real target for rpi

This commit is contained in:
dur3x 2018-05-19 20:13:02 +02:00 committed by GitHub
parent 1b56ae2e1e
commit 84fe59280a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ fi
if [ "$OMR_TARGET" = "rpi3" ]; then
OMR_REAL_TARGET="aarch64_cortex-a53"
elif [ "$OMR_TARGET" = "rpi2" ]; then
elif [ "$OMR_TARGET" = "rpi2" ] || [ "$OMR_TARGET" = "rpi" ]; then
OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4"
else
OMR_REAL_TARGET=${OMR_TARGET}