From 9565fa70b9a01cde55bf96045e2dc3b5b7c384b1 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 28 Dec 2019 20:57:45 +0800 Subject: [PATCH] kcptun: fix Makefile --- package/lean/kcptun/Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/package/lean/kcptun/Makefile b/package/lean/kcptun/Makefile index ef092af499..e9daa04039 100644 --- a/package/lean/kcptun/Makefile +++ b/package/lean/kcptun/Makefile @@ -41,7 +41,7 @@ PKG_HASH:=skip include $(INCLUDE_DIR)/package.mk -define Package/$(PKG_NAME) +define Package/$(PKG_NAME)-client SECTION:=net CATEGORY:=Network TITLE:=Kcptun is a cross-platform proxy software @@ -49,8 +49,12 @@ define Package/$(PKG_NAME) URL:=https://github.com/xtaci/kcptun endef -define Package/$(PKG_NAME)/description - Kcptun is a Fast and Reliable ARQ Protocol tunnel +define Package/$(PKG_NAME)-server + SECTION:=net + CATEGORY:=Network + TITLE:=Kcptun is a cross-platform proxy software + DEPENDS:= + URL:=https://github.com/xtaci/kcptun endef define Build/Prepare