From d14d19ca01be0043329105f32212d5148f1f2001 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Thu, 13 Feb 2020 02:23:06 +0800 Subject: [PATCH] v2ray-plugin: fix compile on mipsle (#3064) Signed-off-by: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> --- package/lean/v2ray-plugin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/lean/v2ray-plugin/Makefile b/package/lean/v2ray-plugin/Makefile index 518d4b1218..67d5532604 100644 --- a/package/lean/v2ray-plugin/Makefile +++ b/package/lean/v2ray-plugin/Makefile @@ -20,13 +20,14 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=madeye +PKG_USE_MIPS16:=0 + GO_PKG:=github.com/shadowsocks/v2ray-plugin GO_PKG_LDFLAGS:=-s -w include $(INCLUDE_DIR)/package.mk include $(TOPDIR)/feeds/packages/lang/golang/golang-package.mk - define Package/v2ray-plugin SECTION:=net CATEGORY:=Network