mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add rutx in build.sh
This commit is contained in:
parent
ed9d009cbf
commit
cb4e1f2ee9
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -72,6 +72,8 @@ elif [ "$OMR_TARGET" = "bpi-r1" ]; then
|
||||||
OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4"
|
OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4"
|
||||||
elif [ "$OMR_TARGET" = "bpi-r2" ]; then
|
elif [ "$OMR_TARGET" = "bpi-r2" ]; then
|
||||||
OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4"
|
OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4"
|
||||||
|
elif [ "$OMR_TARGET" = "rutx" ]; then
|
||||||
|
OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4"
|
||||||
elif [ "$OMR_TARGET" = "bpi-r64" ]; then
|
elif [ "$OMR_TARGET" = "bpi-r64" ]; then
|
||||||
OMR_REAL_TARGET="aarch64_cortex-a53"
|
OMR_REAL_TARGET="aarch64_cortex-a53"
|
||||||
elif [ "$OMR_TARGET" = "espressobin" ]; then
|
elif [ "$OMR_TARGET" = "espressobin" ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue