diff --git a/brook/Makefile b/brook/Makefile index cfc0b0f..2949f50 100644 --- a/brook/Makefile +++ b/brook/Makefile @@ -19,6 +19,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/txthinking/brook GO_PKG_BUILD_PKG:=$(GO_PKG)/cli/brook diff --git a/dns2tcp/Makefile b/dns2tcp/Makefile index c2e11bc..93184ca 100644 --- a/dns2tcp/Makefile +++ b/dns2tcp/Makefile @@ -20,6 +20,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 include $(INCLUDE_DIR)/package.mk diff --git a/hysteria/Makefile b/hysteria/Makefile index a325cd0..0ac7d35 100644 --- a/hysteria/Makefile +++ b/hysteria/Makefile @@ -19,6 +19,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/apernet/hysteria GO_PKG_BUILD_PKG:=$(GO_PKG)/app/cmd diff --git a/ipt2socks/Makefile b/ipt2socks/Makefile index c900132..a7bddda 100644 --- a/ipt2socks/Makefile +++ b/ipt2socks/Makefile @@ -14,6 +14,7 @@ PKG_HASH:=5279eb1cb7555cf9292423cc9f672dc43e6e214b3411a6df26a6a1cfa59d88b7 PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_LICENSE:=AGPL-3.0 PKG_LICENSE_FILE:=LICENSE diff --git a/naiveproxy/Makefile b/naiveproxy/Makefile index 4b167d5..b45ce0c 100644 --- a/naiveproxy/Makefile +++ b/naiveproxy/Makefile @@ -22,6 +22,7 @@ PKG_BUILD_DEPENDS+= ninja/host endif PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 ifneq ($(CONFIG_CPU_TYPE)," ") CPU_TYPE:=$(word 1, $(subst +," ,$(CONFIG_CPU_TYPE))) diff --git a/shadowsocksr-libev/Makefile b/shadowsocksr-libev/Makefile index 53612b2..304c4f1 100644 --- a/shadowsocksr-libev/Makefile +++ b/shadowsocksr-libev/Makefile @@ -21,6 +21,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_FIXUP:=autoreconf PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 diff --git a/simple-obfs/Makefile b/simple-obfs/Makefile index d682beb..1019cae 100644 --- a/simple-obfs/Makefile +++ b/simple-obfs/Makefile @@ -27,6 +27,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSI PKG_INSTALL:=1 PKG_FIXUP:=autoreconf PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=libev diff --git a/sing-box/Makefile b/sing-box/Makefile index 75ef813..24cacde 100644 --- a/sing-box/Makefile +++ b/sing-box/Makefile @@ -19,6 +19,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/sagernet/sing-box GO_PKG_BUILD_PKG:=$(GO_PKG)/cmd/sing-box diff --git a/trojan-go/Makefile b/trojan-go/Makefile index 6f00b83..d5ea62f 100644 --- a/trojan-go/Makefile +++ b/trojan-go/Makefile @@ -19,6 +19,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/p4gefau1t/trojan-go GO_PKG_BUILD_PKG:=$(GO_PKG) diff --git a/v2ray-core/Makefile b/v2ray-core/Makefile index dc7dc57..aa9bffa 100644 --- a/v2ray-core/Makefile +++ b/v2ray-core/Makefile @@ -19,6 +19,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/v2fly/v2ray-core/v5 GO_PKG_BUILD_PKG:=$(GO_PKG)/main diff --git a/v2ray-plugin/Makefile b/v2ray-plugin/Makefile index 6038f64..0f5a7ae 100644 --- a/v2ray-plugin/Makefile +++ b/v2ray-plugin/Makefile @@ -20,6 +20,7 @@ PKG_MAINTAINER:=madeye PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/shadowsocks/v2ray-plugin GO_PKG_LDFLAGS_X:=main.VERSION=v$(PKG_VERSION) diff --git a/xray-core/Makefile b/xray-core/Makefile index b97dc52..e99285a 100644 --- a/xray-core/Makefile +++ b/xray-core/Makefile @@ -15,6 +15,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/xtls/xray-core GO_PKG_BUILD_PKG:=$(GO_PKG)/main diff --git a/xray-plugin/Makefile b/xray-plugin/Makefile index 516682c..b96b813 100644 --- a/xray-plugin/Makefile +++ b/xray-plugin/Makefile @@ -19,6 +19,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/teddysun/xray-plugin