1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2019-10-23 17:06:10 +02:00
parent e5733fb9b3
commit 770e4eb3ee

View file

@ -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