mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add R4S support
This commit is contained in:
parent
ea07e64ebe
commit
a400acf8c1
13 changed files with 978 additions and 0 deletions
6
build.sh
6
build.sh
|
@ -77,6 +77,12 @@ elif [ "$OMR_TARGET" = "espressobin" ]; then
|
|||
OMR_REAL_TARGET="aarch64_cortex-a53"
|
||||
elif [ "$OMR_TARGET" = "x86" ]; then
|
||||
OMR_REAL_TARGET="i386_pentium4"
|
||||
elif [ "$OMR_TARGET" = "r2s" ]; then
|
||||
OMR_REAL_TARGET="aarch64_generic"
|
||||
elif [ "$OMR_TARGET" = "r4s" ]; then
|
||||
OMR_REAL_TARGET="aarch64_generic"
|
||||
elif [ "$OMR_TARGET" = "ubnt-erx" ]; then
|
||||
OMR_REAL_TARGET="mipsel_24kc"
|
||||
else
|
||||
OMR_REAL_TARGET=${OMR_TARGET}
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue