mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-14 12:21:53 +00:00
Fix packages links for x86
This commit is contained in:
parent
e5733fb9b3
commit
770e4eb3ee
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -51,6 +51,8 @@ elif [ "$OMR_TARGET" = "wrt32x" ]; then
|
|||
OMR_REAL_TARGET="arm_cortex-a9_vfpv3"
|
||||
elif [ "$OMR_TARGET" = "bpi-r2" ]; then
|
||||
OMR_REAL_TARGET="arm_cortex-a7_neon-vfpv4"
|
||||
elif [ "$OMR_TARGET" = "x86" ]; then
|
||||
OMR_REAL_TARGET="i386_pentium4"
|
||||
else
|
||||
OMR_REAL_TARGET=${OMR_TARGET}
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue