mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-06-16 12:35:30 +08:00
frpc: bump to v0.24.1 and fix armv8 64bit support
This commit is contained in:
parent
02831df79a
commit
00a088ce04
@ -7,7 +7,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=frpc
|
PKG_NAME:=frpc
|
||||||
PKG_VERSION:=0.21.0
|
PKG_VERSION:=0.24.1
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
ifeq ($(ARCH),mipsel)
|
ifeq ($(ARCH),mipsel)
|
||||||
@ -25,7 +25,7 @@ endif
|
|||||||
ifeq ($(ARCH),arm)
|
ifeq ($(ARCH),arm)
|
||||||
FRPC_ARCH:=arm
|
FRPC_ARCH:=arm
|
||||||
endif
|
endif
|
||||||
ifeq ($(ARCH),arm64)
|
ifeq ($(ARCH),aarch64)
|
||||||
FRPC_ARCH:=arm64
|
FRPC_ARCH:=arm64
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user