mirror of
https://github.com/AuxXxilium/synology-wireguard.git
synced 2024-11-23 23:11:06 +07:00
Added denverton to list of architectures with HAS_MEMNEQ=1
This commit is contained in:
parent
09acbb25cd
commit
fe41bdd6de
2
build.sh
2
build.sh
@ -45,7 +45,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" == "apollolake" ]; then
|
||||
if [[ "$PACKAGE_ARCH" == ^apollolake|denverton$ ]]; then
|
||||
export HAS_MEMNEQ=1
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user