From 6ba33be61cf3401aa2244252001c5c92f2cf3538 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Apr 2023 18:14:32 +0800 Subject: [PATCH] update 2023-04-09 18:14:32 --- UnblockNeteaseMusic-Go/Makefile | 2 +- adguardhome/Makefile | 2 +- alist/Makefile | 2 +- brook/Makefile | 2 +- coremark/Makefile | 2 +- ddnsgo/Makefile | 2 +- ddnsto/Makefile | 2 +- dns2tcp/Makefile | 2 +- dockerd/Makefile | 2 +- filebrowser/Makefile | 2 +- go-aliyundrive-webdav/Makefile | 2 +- gost/Makefile | 2 +- homebox/Makefile | 2 +- hysteria/Makefile | 2 +- ipt2socks/Makefile | 2 +- linkease/Makefile | 2 +- mosdns/Makefile | 2 +- naiveproxy/Makefile | 2 +- netdata/Makefile | 2 +- netmaker/Makefile | 2 +- nps/Makefile | 2 +- qBittorrent-Enhanced-Edition/Makefile | 2 +- qBittorrent/Makefile | 2 +- qtbase/Makefile | 2 +- quickstart/Makefile | 2 +- rblibtorrent/Makefile | 2 +- sagernet-core/Makefile | 2 +- shadowsocksr-libev/Makefile | 2 +- simple-obfs/Makefile | 2 +- sing-box/Makefile | 6 +++--- speedtest-web/Makefile | 2 +- speedtestcli/Makefile | 2 +- tailscale/Makefile | 2 +- trojan-go/Makefile | 2 +- v2ray-core/Makefile | 2 +- v2ray-plugin/Makefile | 2 +- v2raya/Makefile | 2 +- webdav2/Makefile | 2 +- xray-core/Makefile | 2 +- xray-plugin/Makefile | 2 +- xunyou/Makefile | 2 +- 41 files changed, 43 insertions(+), 43 deletions(-) diff --git a/UnblockNeteaseMusic-Go/Makefile b/UnblockNeteaseMusic-Go/Makefile index 5b9b05569..c329b0ac0 100644 --- a/UnblockNeteaseMusic-Go/Makefile +++ b/UnblockNeteaseMusic-Go/Makefile @@ -23,7 +23,7 @@ PKG_CONFIG_DEPENDS:= \ PKG_BUILD_DIR:=$(BUILD_DIR)/$(firstword $(subst -, ,$(PKG_NAME)))-$(PKG_VERSION) PKG_BUILD_DEPENDS:=golang/host upx/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/cnsilvan/UnblockNeteaseMusic GO_PKG_BUILD_PKG:=$$(GO_PKG) diff --git a/adguardhome/Makefile b/adguardhome/Makefile index 97657f108..bf975be74 100644 --- a/adguardhome/Makefile +++ b/adguardhome/Makefile @@ -20,7 +20,7 @@ PKG_MAINTAINER:=Dobroslaw Kijowski PKG_BUILD_DEPENDS:=golang/host node/host node-yarn/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/AdguardTeam/AdGuardHome GO_PKG_BUILD_PKG:=github.com/AdguardTeam/AdGuardHome diff --git a/alist/Makefile b/alist/Makefile index defd57804..f648d0e38 100644 --- a/alist/Makefile +++ b/alist/Makefile @@ -28,7 +28,7 @@ endef PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 PKG_ALIST:=github.com/alist-org/alist/v3/internal/conf GO_PKG:=github.com/alist-org/alist diff --git a/brook/Makefile b/brook/Makefile index 0383ec6ae..b9bd1a878 100644 --- a/brook/Makefile +++ b/brook/Makefile @@ -18,7 +18,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/txthinking/brook GO_PKG_BUILD_PKG:=$(GO_PKG)/cli/brook diff --git a/coremark/Makefile b/coremark/Makefile index 6727d2bbc..80431d2e4 100644 --- a/coremark/Makefile +++ b/coremark/Makefile @@ -22,7 +22,7 @@ PKG_MAINTAINER:=Lim Guo Wei \ PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE.md -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk diff --git a/ddnsgo/Makefile b/ddnsgo/Makefile index df163d959..29d5d6e1c 100644 --- a/ddnsgo/Makefile +++ b/ddnsgo/Makefile @@ -27,7 +27,7 @@ PKG_CONFIG_DEPENDS:= \ PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/jeessy2/ddns-go/v5 GO_PKG_LDFLAGS:=-s -w diff --git a/ddnsto/Makefile b/ddnsto/Makefile index bdab052a4..0c6bd927c 100644 --- a/ddnsto/Makefile +++ b/ddnsto/Makefile @@ -19,7 +19,7 @@ PKG_HASH:=76e6dc6a51176062a625f7bc9931d8709f81146603f5a7da853f1dc9ab2a05a3 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk diff --git a/dns2tcp/Makefile b/dns2tcp/Makefile index 84e02c860..986e3129d 100644 --- a/dns2tcp/Makefile +++ b/dns2tcp/Makefile @@ -19,7 +19,7 @@ PKG_LICENSE:=AGPL-3.0-only PKG_LICENSE_FILES:=LICENSE PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk diff --git a/dockerd/Makefile b/dockerd/Makefile index 953da8223..c2ebae7b0 100644 --- a/dockerd/Makefile +++ b/dockerd/Makefile @@ -17,7 +17,7 @@ PKG_MAINTAINER:=Gerard Ryan PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/docker/docker diff --git a/filebrowser/Makefile b/filebrowser/Makefile index d51d4a66a..97626d9fc 100644 --- a/filebrowser/Makefile +++ b/filebrowser/Makefile @@ -19,7 +19,7 @@ PKG_MAINTAINER:=CN_SZTL PKG_BUILD_DEPENDS:=golang/host node/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/filebrowser/filebrowser GO_PKG_LDFLAGS_X:= \ diff --git a/go-aliyundrive-webdav/Makefile b/go-aliyundrive-webdav/Makefile index df22102f7..5413b5921 100644 --- a/go-aliyundrive-webdav/Makefile +++ b/go-aliyundrive-webdav/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=go-aliyun-webdav GO_PKG_LDFLAGS_X:=main.Version=v$(PKG_VERSION) diff --git a/gost/Makefile b/gost/Makefile index 55418b6d5..61f089324 100644 --- a/gost/Makefile +++ b/gost/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/ginuerzh/gost GO_PKG_BUILD_PKG:=github.com/ginuerzh/gost/cmd/gost diff --git a/homebox/Makefile b/homebox/Makefile index 52a4ed7a2..16eea08b7 100644 --- a/homebox/Makefile +++ b/homebox/Makefile @@ -11,7 +11,7 @@ PKG_HASH:=skip PKG_BUILD_DEPENDS:=golang/host homebox/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/${PKG_NAME} diff --git a/hysteria/Makefile b/hysteria/Makefile index ebf26ccdb..b8ffa93c8 100644 --- a/hysteria/Makefile +++ b/hysteria/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/apernet/hysteria GO_PKG_BUILD_PKG:=$(GO_PKG)/app/cmd diff --git a/ipt2socks/Makefile b/ipt2socks/Makefile index 20beea5eb..52a5ae092 100644 --- a/ipt2socks/Makefile +++ b/ipt2socks/Makefile @@ -13,7 +13,7 @@ PKG_SOURCE_URL:=https://codeload.github.com/zfl9/ipt2socks/tar.gz/v$(PKG_VERSION PKG_HASH:=73a2498dc95934c225d358707e7f7d060b5ce81aa45260ada09cbd15207d27d1 PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 PKG_LICENSE:=AGPL-3.0 PKG_LICENSE_FILE:=LICENSE diff --git a/linkease/Makefile b/linkease/Makefile index f06aa0cfc..d922800c2 100644 --- a/linkease/Makefile +++ b/linkease/Makefile @@ -19,7 +19,7 @@ PKG_HASH:=ec0736239f027484674fdcfdcc42d65c4aa350d81d5438088d2505b682a43892 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk diff --git a/mosdns/Makefile b/mosdns/Makefile index eab5352db..5b009786f 100644 --- a/mosdns/Makefile +++ b/mosdns/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/IrineSistiana/mosdns GO_PKG_LDFLAGS_X:=main.version=v$(PKG_VERSION) diff --git a/naiveproxy/Makefile b/naiveproxy/Makefile index 0f6c03e99..52a5a7a16 100644 --- a/naiveproxy/Makefile +++ b/naiveproxy/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=gn/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 ifneq ($(CONFIG_CPU_TYPE)," ") CPU_TYPE:=$(word 1, $(subst +," ,$(CONFIG_CPU_TYPE))) diff --git a/netdata/Makefile b/netdata/Makefile index 5bee33424..e471f27b2 100644 --- a/netdata/Makefile +++ b/netdata/Makefile @@ -24,7 +24,7 @@ PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION) PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 PKG_FIXUP:=autoreconf -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk diff --git a/netmaker/Makefile b/netmaker/Makefile index 369635b45..903dd2beb 100644 --- a/netmaker/Makefile +++ b/netmaker/Makefile @@ -23,7 +23,7 @@ PKG_MAINTAINER:=sbilly PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/gravitl/netmaker GO_PKG_INSTALL_EXTRA:=extra/file extra/dir diff --git a/nps/Makefile b/nps/Makefile index 61430da34..b1e82e80f 100644 --- a/nps/Makefile +++ b/nps/Makefile @@ -22,7 +22,7 @@ PKG_CONFIG_DEPENDS:= \ PKG_BUILD_DEPENDS:=golang/host upx/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=ehang.io/nps GO_PKG_BUILD_PKG:=ehang.io/nps/cmd/... diff --git a/qBittorrent-Enhanced-Edition/Makefile b/qBittorrent-Enhanced-Edition/Makefile index 26c492e2c..93d4cc4f3 100644 --- a/qBittorrent-Enhanced-Edition/Makefile +++ b/qBittorrent-Enhanced-Edition/Makefile @@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=qttools PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk diff --git a/qBittorrent/Makefile b/qBittorrent/Makefile index 29964deac..e474347dc 100644 --- a/qBittorrent/Makefile +++ b/qBittorrent/Makefile @@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=qttools PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk diff --git a/qtbase/Makefile b/qtbase/Makefile index fc59a96c1..86ac2509e 100644 --- a/qtbase/Makefile +++ b/qtbase/Makefile @@ -22,7 +22,7 @@ PKG_HASH:=396bc6b0d773ac6a7c691a4c3d901999f571e3e7033d7fd6f65e4ef2b6eb7340 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-everywhere-src-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 PKG_CPE_ID:=cpe:/a:qt:qt include $(INCLUDE_DIR)/package.mk diff --git a/quickstart/Makefile b/quickstart/Makefile index 3009b63ba..abe2d5a34 100644 --- a/quickstart/Makefile +++ b/quickstart/Makefile @@ -19,7 +19,7 @@ PKG_HASH:=65c14deccf7afb8179a347e31a6f1e5d20333e7b01f9003837abae15c3955ada PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk diff --git a/rblibtorrent/Makefile b/rblibtorrent/Makefile index db19f8be8..252328f7f 100644 --- a/rblibtorrent/Makefile +++ b/rblibtorrent/Makefile @@ -14,7 +14,7 @@ PKG_MIRROR_HASH:=3fa86163d370584f747d34737a556a5426fd5eb4ce1ba1dc594dce3357594d9 PKG_LICENSE:=BSD PKG_LICENSE_FILES:=COPYING -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1 include $(INCLUDE_DIR)/package.mk diff --git a/sagernet-core/Makefile b/sagernet-core/Makefile index e32c9cdd7..0efb248a7 100644 --- a/sagernet-core/Makefile +++ b/sagernet-core/Makefile @@ -21,7 +21,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/v2fly/v2ray-core/v5 GO_PKG_BUILD_PKG:=$(GO_PKG)/main diff --git a/shadowsocksr-libev/Makefile b/shadowsocksr-libev/Makefile index 3671d2fff..e73fbc1df 100644 --- a/shadowsocksr-libev/Makefile +++ b/shadowsocksr-libev/Makefile @@ -20,7 +20,7 @@ PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILES:=LICENSE PKG_FIXUP:=autoreconf -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 diff --git a/simple-obfs/Makefile b/simple-obfs/Makefile index 6db09e4bf..cd428508a 100644 --- a/simple-obfs/Makefile +++ b/simple-obfs/Makefile @@ -26,7 +26,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSI PKG_INSTALL:=1 PKG_FIXUP:=autoreconf -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 PKG_BUILD_PARALLEL:=1 PKG_BUILD_DEPENDS:=libev diff --git a/sing-box/Makefile b/sing-box/Makefile index 7c2acbc3c..7fdc8853d 100644 --- a/sing-box/Makefile +++ b/sing-box/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sing-box -PKG_VERSION:=1.3-beta3 +PKG_VERSION:=1.3-beta2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=e7faf84b91f3bee17532d391c92e1c57981a89886a0378962039ed13a793f1ea +PKG_HASH:=68e4e7e0294d823bd43b8411c658a1c2c145855932a232ce75390baee88b3df6 PKG_LICENSE:=GPL-3.0 PKG_LICENSE_FILE:=LICENSE @@ -30,7 +30,7 @@ PKG_CONFIG_DEPENDS:= \ PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/sagernet/sing-box GO_PKG_BUILD_PKG:=$(GO_PKG)/cmd/sing-box diff --git a/speedtest-web/Makefile b/speedtest-web/Makefile index 997233725..2eab33e44 100644 --- a/speedtest-web/Makefile +++ b/speedtest-web/Makefile @@ -22,7 +22,7 @@ PKG_CONFIG_DEPENDS:= \ PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/librespeed/speedtest GO_PKG_LDFLAGS:=-s -w diff --git a/speedtestcli/Makefile b/speedtestcli/Makefile index 33ce8f492..b8b695aef 100644 --- a/speedtestcli/Makefile +++ b/speedtestcli/Makefile @@ -18,7 +18,7 @@ PKG_HASH:=a7c24e1594251b376684d221c64cc0e717726c7229944eab9b3b5b74ec64238f PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk diff --git a/tailscale/Makefile b/tailscale/Makefile index c0816f0fe..92247e2ac 100644 --- a/tailscale/Makefile +++ b/tailscale/Makefile @@ -22,7 +22,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DIR:=$(BUILD_DIR)/tailscale-$(PKG_VERSION) PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=\ tailscale.com/cmd/tailscale \ diff --git a/trojan-go/Makefile b/trojan-go/Makefile index 66eecd208..0275de0fb 100644 --- a/trojan-go/Makefile +++ b/trojan-go/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/p4gefau1t/trojan-go GO_PKG_BUILD_PKG:=$(GO_PKG) diff --git a/v2ray-core/Makefile b/v2ray-core/Makefile index f36b46513..801858195 100644 --- a/v2ray-core/Makefile +++ b/v2ray-core/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 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 023fe0b35..0aad571cb 100644 --- a/v2ray-plugin/Makefile +++ b/v2ray-plugin/Makefile @@ -19,7 +19,7 @@ PKG_MAINTAINER:=madeye PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/shadowsocks/v2ray-plugin GO_PKG_LDFLAGS_X:=main.VERSION=v$(PKG_VERSION) diff --git a/v2raya/Makefile b/v2raya/Makefile index e33a5a172..0e6a48de7 100644 --- a/v2raya/Makefile +++ b/v2raya/Makefile @@ -19,7 +19,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/v2rayA/v2rayA GO_PKG_LDFLAGS_X:= \ diff --git a/webdav2/Makefile b/webdav2/Makefile index 120423f30..b3f1fdef0 100644 --- a/webdav2/Makefile +++ b/webdav2/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/hacdias/webdav diff --git a/xray-core/Makefile b/xray-core/Makefile index def821b65..4c2d9e9f0 100644 --- a/xray-core/Makefile +++ b/xray-core/Makefile @@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_BUILD_DIR:=$(BUILD_DIR)/Xray-core-$(PKG_VERSION) PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/xtls/xray-core GO_PKG_LDFLAGS:=-s -w diff --git a/xray-plugin/Makefile b/xray-plugin/Makefile index 4620e0661..5f4a9e57d 100644 --- a/xray-plugin/Makefile +++ b/xray-plugin/Makefile @@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 GO_PKG:=github.com/teddysun/xray-plugin diff --git a/xunyou/Makefile b/xunyou/Makefile index 4992c48a8..c70ef4252 100644 --- a/xunyou/Makefile +++ b/xunyou/Makefile @@ -19,7 +19,7 @@ PKG_HASH:=1c12efb943afdd1f93a8644b6da7000209b80f6247241919119c408ee31b687f PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_v$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 -PKG_BUILD_FLAGS:=no-mips16 +PKG_USE_MIPS16:=0 include $(INCLUDE_DIR)/package.mk