frpc: bump to v0.24.1 and fix armv8 64bit support

This commit is contained in:
coolsnowwolf 2019-03-11 17:48:02 +08:00
parent 02831df79a
commit 00a088ce04

View File

@ -7,7 +7,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=frpc
PKG_VERSION:=0.21.0
PKG_VERSION:=0.24.1
PKG_RELEASE:=1
ifeq ($(ARCH),mipsel)
@ -25,7 +25,7 @@ endif
ifeq ($(ARCH),arm)
FRPC_ARCH:=arm
endif
ifeq ($(ARCH),arm64)
ifeq ($(ARCH),aarch64)
FRPC_ARCH:=arm64
endif