mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-02 10:39:05 +08:00
pgyvpn: update to version 3.1.0
This commit is contained in:
parent
53e1b9595f
commit
0e777a867b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user