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

Set target to lamobo r1, arm cortex a7 neon-vfpv4

This commit is contained in:
Olli 2021-03-03 21:43:20 +01:00
parent 80f89c621f
commit c3e4c76a03
2 changed files with 11 additions and 4 deletions

View file

@ -65,7 +65,7 @@ elif [ "$OMR_TARGET" = "wrt3200acm" ]; then
elif [ "$OMR_TARGET" = "wrt32x" ]; then
OMR_REAL_TARGET="arm_cortex-a9_vfpv3"
elif [ "$OMR_TARGET" = "bpi-r1" ]; then
OMR_REAL_TARGET="arm_cortex-a8_vfpv3"
OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4"
elif [ "$OMR_TARGET" = "bpi-r2" ]; then
OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4"
elif [ "$OMR_TARGET" = "bpi-r64" ]; then