pgyvpn: update to version 3.1.0

This commit is contained in:
AmadeusGhost 2022-10-30 23:19:02 +08:00 committed by AmadeusGhost
parent 53e1b9595f
commit 0e777a867b

View File

@ -9,7 +9,7 @@ ifeq ($(ARCH),arm)
endif
endif
ifeq ($(ARCH),aarch64)
ifeq ($(CPU_TYPE),cortex-a53) # To do: add a72 etc.
ifneq ($(findstring $(CPU_TYPE), cortex-a53 cortex-a72),)
PKG_ARCH_PGYYPN:=aarch64_$(CPU_TYPE)-musl-unknown
else
PKG_ARCH_PGYYPN:=aarch64_generic-musl-unknown
@ -21,15 +21,13 @@ endif
ifeq ($(BOARD),x86)
ifeq ($(ARCH),x86_64)
PKG_ARCH_PGYYPN:=x86_64-musl-unknown
else ifeq ($(CPU_TYPE),pentium4)
PKG_ARCH_PGYYPN:=i386_pentium4-musl-unknown
else
PKG_ARCH_PGYYPN:=i386_pentium-mmx-musl-unknown
endif
endif
PKG_NAME:=pgyvpn
PKG_VERSION:=3.0.9
PKG_VERSION:=3.1.0
PKG_RELEASE:=1
PKG_SOURCE:=pgyvpnsvr