mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
fix
This commit is contained in:
parent
c446c2fcd4
commit
eb6a025eda
28 changed files with 167 additions and 12306 deletions
4
build.sh
4
build.sh
|
|
@ -62,6 +62,10 @@ elif [ "$OMR_TARGET" = "rpi4" ]; then
|
|||
OMR_REAL_TARGET="aarch64_cortex-a72"
|
||||
elif [ "$OMR_TARGET" = "rpi2" ]; then
|
||||
OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4"
|
||||
elif [ "$OMR_TARGET" = "4018" ]; then
|
||||
OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4"
|
||||
elif [ "$OMR_TARGET" = "4019" ]; then
|
||||
OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4"
|
||||
elif [ "$OMR_TARGET" = "wrt3200acm" ]; then
|
||||
OMR_REAL_TARGET="arm_cortex-a9_vfpv3-d16"
|
||||
elif [ "$OMR_TARGET" = "wrt32x" ]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue