1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

fix golang

This commit is contained in:
suyuan168 2022-06-27 01:56:34 +08:00
parent 947e91a37f
commit 159770f992
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ GO_PKG:=github.com/shadowsocks/v2ray-plugin
PKG_USE_MIPS16:=0
include $(INCLUDE_DIR)/package.mk
include ../golang/golang-package.mk
include $(TOPDIR)/feeds/openmptcprouter/golang/golang-package.mk
define Package/v2ray-plugin
SECTION:=net

View file

@ -25,7 +25,7 @@ GO_PKG:=v2ray.com/ext
GO_PKG_SOURCE_ONLY:=1
include $(INCLUDE_DIR)/package.mk
include ../golang/golang-package.mk
include $(TOPDIR)/feeds/openmptcprouter/golang/golang-package.mk
define Package/v2ray-ext-dev
$(call GoPackage/GoSubMenu)