Browse Source

Merge pull request #10850 from neheb/kc

kcptun: Fix GO_ARCH_DEPENDS
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
8e9a26a8fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      net/kcptun/Makefile

+ 3
- 2
net/kcptun/Makefile View File

@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=kcptun
PKG_VERSION:=20191112
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/xtaci/kcptun/tar.gz/v${PKG_VERSION}?
@ -31,6 +31,7 @@ define Package/kcptun-config
SUBMENU:=Web Servers/Proxies
TITLE:=Kcptun Config Scripts
URL:=https://github.com/xtaci/kcptun
DEPENDS:=$(GO_ARCH_DEPENDS)
endef
define Package/kcptun-config/install
@ -47,7 +48,7 @@ define Package/kcptun/Default
SUBMENU:=Web Servers/Proxies
TITLE:=KCP-based Secure Tunnel $(1)
URL:=https://github.com/xtaci/kcptun
DEPENDS:=+kcptun-config $$(GO_ARCH_DEPENDS)
DEPENDS:=+kcptun-config
endef
define Package/kcptun-$(1)/description


Loading…
Cancel
Save