mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
Fix
This commit is contained in:
parent
4ae09ae9a4
commit
ec9096ebb6
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -32,7 +32,7 @@ if [ ! -f "$OMR_TARGET_CONFIG" ]; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [ "$OMR_TARGET" == "rpi3" ]; then
|
||||
if [ "$OMR_TARGET" = "rpi3" ]; then
|
||||
OMR_REAL_TARGET = "aarch64_cortex-a53"
|
||||
else
|
||||
OMR_REAL_TARGET = $OMR_TARGET
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue