mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Merge 84fe59280a
into 1b56ae2e1e
This commit is contained in:
commit
d8c487f749
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue