From d755a3c92b7bd7075aa6b6e1b26c7864cdb4ebbf Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Thu, 13 Feb 2020 08:12:49 +0800 Subject: [PATCH] v2ray-plugin: fix compile on mipsle --- package/ctcgfw/openwrt-v2ray-plugin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/ctcgfw/openwrt-v2ray-plugin/Makefile b/package/ctcgfw/openwrt-v2ray-plugin/Makefile index 518d4b1218..67d5532604 100644 --- a/package/ctcgfw/openwrt-v2ray-plugin/Makefile +++ b/package/ctcgfw/openwrt-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