kcptun: fix PKG_NAME

This commit is contained in:
CN_SZTL 2019-12-28 20:56:08 +08:00
parent 1b409988fa
commit fcefb54613
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -31,7 +31,7 @@ ifeq ($(ARCH),aarch64)
PKG_ARCH_KCPTUN:=arm64
endif
PKG_NAME:=kcptun-client
PKG_NAME:=kcptun
PKG_VERSION:=20191219
PKG_RELEASE:=1
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)