mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2024-11-23 23:11:06 +07:00
Ignore memneq patch for DSM 7
This commit is contained in:
parent
2552d88cb4
commit
01e5b49442
2
build.sh
2
build.sh
@ -76,7 +76,7 @@ set +e
|
||||
# built in memneq support. Unless HAS_MEMNEQ is defined we set it for models
|
||||
# that support it here.
|
||||
if [ -z ${HAS_MEMNEQ+x} ]; then
|
||||
if [[ "$PACKAGE_ARCH" =~ ^geminilake|apollolake|denverton|broadwellnk|kvmx64|rtd1296$ ]]; then
|
||||
if [[ "$DSM_VER" =~ ^[^6]\.[0-9]+$ || "$PACKAGE_ARCH" =~ ^geminilake|apollolake|denverton|broadwellnk|kvmx64|rtd1296$ ]]; then
|
||||
export HAS_MEMNEQ=1
|
||||
fi
|
||||
fi
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
VER=6.2
|
||||
VER=7.0
|
||||
ARCHS=(
|
||||
"apollolake"
|
||||
# "apollolake"
|
||||
"armada38x"
|
||||
"avoton"
|
||||
"braswell"
|
||||
@ -14,7 +14,7 @@ ARCHS=(
|
||||
"kvmx64"
|
||||
"monaco"
|
||||
"rtd1296"
|
||||
"x64"
|
||||
# "x64"
|
||||
)
|
||||
|
||||
set -e
|
||||
|
Loading…
Reference in New Issue
Block a user