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:
parent
80f89c621f
commit
c3e4c76a03
2 changed files with 11 additions and 4 deletions
2
build.sh
2
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue