mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Add e5s and z8102ax generic info for repos
This commit is contained in:
parent
1a9c5efba9
commit
4fed94fcee
1 changed files with 4 additions and 0 deletions
4
build.sh
4
build.sh
|
@ -87,12 +87,16 @@ elif [ "$OMR_TARGET" = "bpi-r64" ]; then
|
|||
OMR_REAL_TARGET="aarch64_cortex-a53"
|
||||
elif [ "$OMR_TARGET" = "espressobin" ]; then
|
||||
OMR_REAL_TARGET="aarch64_cortex-a53"
|
||||
elif [ "$OMR_TARGET" = "z8102ax_128m" ] || [ "$OMR_TARGET" = "z8102ax_648m" ]; 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" = "r5s" ]; then
|
||||
OMR_REAL_TARGET="aarch64_generic"
|
||||
elif [ "$OMR_TARGET" = "ubnt-erx" ]; then
|
||||
OMR_REAL_TARGET="mipsel_24kc"
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue