Skip to content

Commit 6ba33be

Browse files
update 2023-04-09 18:14:32
1 parent 0b83061 commit 6ba33be

File tree

41 files changed

+43
-43
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+43
-43
lines changed

UnblockNeteaseMusic-Go/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PKG_CONFIG_DEPENDS:= \
2323
PKG_BUILD_DIR:=$(BUILD_DIR)/$(firstword $(subst -, ,$(PKG_NAME)))-$(PKG_VERSION)
2424
PKG_BUILD_DEPENDS:=golang/host upx/host
2525
PKG_BUILD_PARALLEL:=1
26-
PKG_BUILD_FLAGS:=no-mips16
26+
PKG_USE_MIPS16:=0
2727

2828
GO_PKG:=github.com/cnsilvan/UnblockNeteaseMusic
2929
GO_PKG_BUILD_PKG:=$$(GO_PKG)

adguardhome/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PKG_MAINTAINER:=Dobroslaw Kijowski <[email protected]>
2020

2121
PKG_BUILD_DEPENDS:=golang/host node/host node-yarn/host
2222
PKG_BUILD_PARALLEL:=1
23-
PKG_BUILD_FLAGS:=no-mips16
23+
PKG_USE_MIPS16:=0
2424

2525
GO_PKG:=github.com/AdguardTeam/AdGuardHome
2626
GO_PKG_BUILD_PKG:=github.com/AdguardTeam/AdGuardHome

alist/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ endef
2828

2929
PKG_BUILD_DEPENDS:=golang/host
3030
PKG_BUILD_PARALLEL:=1
31-
PKG_BUILD_FLAGS:=no-mips16
31+
PKG_USE_MIPS16:=0
3232

3333
PKG_ALIST:=github.com/alist-org/alist/v3/internal/conf
3434
GO_PKG:=github.com/alist-org/alist

brook/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PKG_LICENSE_FILES:=LICENSE
1818

1919
PKG_BUILD_DEPENDS:=golang/host
2020
PKG_BUILD_PARALLEL:=1
21-
PKG_BUILD_FLAGS:=no-mips16
21+
PKG_USE_MIPS16:=0
2222

2323
GO_PKG:=github.com/txthinking/brook
2424
GO_PKG_BUILD_PKG:=$(GO_PKG)/cli/brook

coremark/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PKG_MAINTAINER:=Lim Guo Wei <[email protected]> \
2222
PKG_LICENSE:=Apache-2.0
2323
PKG_LICENSE_FILES:=LICENSE.md
2424

25-
PKG_BUILD_FLAGS:=no-mips16
25+
PKG_USE_MIPS16:=0
2626

2727
include $(INCLUDE_DIR)/package.mk
2828

ddnsgo/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PKG_CONFIG_DEPENDS:= \
2727

2828
PKG_BUILD_DEPENDS:=golang/host
2929
PKG_BUILD_PARALLEL:=1
30-
PKG_BUILD_FLAGS:=no-mips16
30+
PKG_USE_MIPS16:=0
3131

3232
GO_PKG:=github.com/jeessy2/ddns-go/v5
3333
GO_PKG_LDFLAGS:=-s -w

ddnsto/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PKG_HASH:=76e6dc6a51176062a625f7bc9931d8709f81146603f5a7da853f1dc9ab2a05a3
1919
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
2020

2121
PKG_BUILD_PARALLEL:=1
22-
PKG_BUILD_FLAGS:=no-mips16
22+
PKG_USE_MIPS16:=0
2323

2424
include $(INCLUDE_DIR)/package.mk
2525

dns2tcp/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PKG_LICENSE:=AGPL-3.0-only
1919
PKG_LICENSE_FILES:=LICENSE
2020

2121
PKG_BUILD_PARALLEL:=1
22-
PKG_BUILD_FLAGS:=no-mips16
22+
PKG_USE_MIPS16:=0
2323

2424
include $(INCLUDE_DIR)/package.mk
2525

dockerd/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PKG_MAINTAINER:=Gerard Ryan <[email protected]>
1717

1818
PKG_BUILD_DEPENDS:=golang/host
1919
PKG_BUILD_PARALLEL:=1
20-
PKG_BUILD_FLAGS:=no-mips16
20+
PKG_USE_MIPS16:=0
2121

2222
GO_PKG:=github.com/docker/docker
2323

filebrowser/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PKG_MAINTAINER:=CN_SZTL <[email protected]>
1919

2020
PKG_BUILD_DEPENDS:=golang/host node/host
2121
PKG_BUILD_PARALLEL:=1
22-
PKG_BUILD_FLAGS:=no-mips16
22+
PKG_USE_MIPS16:=0
2323

2424
GO_PKG:=github.com/filebrowser/filebrowser
2525
GO_PKG_LDFLAGS_X:= \

go-aliyundrive-webdav/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]>
1818

1919
PKG_BUILD_DEPENDS:=golang/host
2020
PKG_BUILD_PARALLEL:=1
21-
PKG_BUILD_FLAGS:=no-mips16
21+
PKG_USE_MIPS16:=0
2222

2323
GO_PKG:=go-aliyun-webdav
2424
GO_PKG_LDFLAGS_X:=main.Version=v$(PKG_VERSION)

gost/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]>
1818

1919
PKG_BUILD_DEPENDS:=golang/host
2020
PKG_BUILD_PARALLEL:=1
21-
PKG_BUILD_FLAGS:=no-mips16
21+
PKG_USE_MIPS16:=0
2222

2323
GO_PKG:=github.com/ginuerzh/gost
2424
GO_PKG_BUILD_PKG:=github.com/ginuerzh/gost/cmd/gost

homebox/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PKG_HASH:=skip
1111

1212
PKG_BUILD_DEPENDS:=golang/host homebox/host
1313
PKG_BUILD_PARALLEL:=1
14-
PKG_BUILD_FLAGS:=no-mips16
14+
PKG_USE_MIPS16:=0
1515

1616
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/${PKG_NAME}
1717

hysteria/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]>
1818

1919
PKG_BUILD_DEPENDS:=golang/host
2020
PKG_BUILD_PARALLEL:=1
21-
PKG_BUILD_FLAGS:=no-mips16
21+
PKG_USE_MIPS16:=0
2222

2323
GO_PKG:=github.com/apernet/hysteria
2424
GO_PKG_BUILD_PKG:=$(GO_PKG)/app/cmd

ipt2socks/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PKG_SOURCE_URL:=https://codeload.github.com/zfl9/ipt2socks/tar.gz/v$(PKG_VERSION
1313
PKG_HASH:=73a2498dc95934c225d358707e7f7d060b5ce81aa45260ada09cbd15207d27d1
1414

1515
PKG_BUILD_PARALLEL:=1
16-
PKG_BUILD_FLAGS:=no-mips16
16+
PKG_USE_MIPS16:=0
1717

1818
PKG_LICENSE:=AGPL-3.0
1919
PKG_LICENSE_FILE:=LICENSE

linkease/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PKG_HASH:=ec0736239f027484674fdcfdcc42d65c4aa350d81d5438088d2505b682a43892
1919
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
2020

2121
PKG_BUILD_PARALLEL:=1
22-
PKG_BUILD_FLAGS:=no-mips16
22+
PKG_USE_MIPS16:=0
2323

2424
include $(INCLUDE_DIR)/package.mk
2525

mosdns/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]>
1818

1919
PKG_BUILD_DEPENDS:=golang/host
2020
PKG_BUILD_PARALLEL:=1
21-
PKG_BUILD_FLAGS:=no-mips16
21+
PKG_USE_MIPS16:=0
2222

2323
GO_PKG:=github.com/IrineSistiana/mosdns
2424
GO_PKG_LDFLAGS_X:=main.version=v$(PKG_VERSION)

naiveproxy/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]>
1818

1919
PKG_BUILD_DEPENDS:=gn/host
2020
PKG_BUILD_PARALLEL:=1
21-
PKG_BUILD_FLAGS:=no-mips16
21+
PKG_USE_MIPS16:=0
2222

2323
ifneq ($(CONFIG_CPU_TYPE)," ")
2424
CPU_TYPE:=$(word 1, $(subst +," ,$(CONFIG_CPU_TYPE)))

netdata/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
2424
PKG_INSTALL:=1
2525
PKG_BUILD_PARALLEL:=1
2626
PKG_FIXUP:=autoreconf
27-
PKG_BUILD_FLAGS:=no-mips16
27+
PKG_USE_MIPS16:=0
2828

2929
include $(INCLUDE_DIR)/package.mk
3030

netmaker/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PKG_MAINTAINER:=sbilly <[email protected]>
2323

2424
PKG_BUILD_DEPENDS:=golang/host
2525
PKG_BUILD_PARALLEL:=1
26-
PKG_BUILD_FLAGS:=no-mips16
26+
PKG_USE_MIPS16:=0
2727

2828
GO_PKG:=github.com/gravitl/netmaker
2929
GO_PKG_INSTALL_EXTRA:=extra/file extra/dir

nps/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PKG_CONFIG_DEPENDS:= \
2222

2323
PKG_BUILD_DEPENDS:=golang/host upx/host
2424
PKG_BUILD_PARALLEL:=1
25-
PKG_BUILD_FLAGS:=no-mips16
25+
PKG_USE_MIPS16:=0
2626

2727
GO_PKG:=ehang.io/nps
2828
GO_PKG_BUILD_PKG:=ehang.io/nps/cmd/...

qBittorrent-Enhanced-Edition/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=qttools
2424

2525
PKG_BUILD_PARALLEL:=1
2626
PKG_INSTALL:=1
27-
PKG_BUILD_FLAGS:=no-mips16
27+
PKG_USE_MIPS16:=0
2828

2929
include $(INCLUDE_DIR)/package.mk
3030
include $(INCLUDE_DIR)/cmake.mk

qBittorrent/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PKG_BUILD_DEPENDS:=qttools
2424

2525
PKG_BUILD_PARALLEL:=1
2626
PKG_INSTALL:=1
27-
PKG_BUILD_FLAGS:=no-mips16
27+
PKG_USE_MIPS16:=0
2828

2929
include $(INCLUDE_DIR)/package.mk
3030
include $(INCLUDE_DIR)/cmake.mk

qtbase/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PKG_HASH:=396bc6b0d773ac6a7c691a4c3d901999f571e3e7033d7fd6f65e4ef2b6eb7340
2222
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-everywhere-src-$(PKG_VERSION)
2323

2424
PKG_BUILD_PARALLEL:=1
25-
PKG_BUILD_FLAGS:=no-mips16
25+
PKG_USE_MIPS16:=0
2626
PKG_CPE_ID:=cpe:/a:qt:qt
2727

2828
include $(INCLUDE_DIR)/package.mk

quickstart/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PKG_HASH:=65c14deccf7afb8179a347e31a6f1e5d20333e7b01f9003837abae15c3955ada
1919
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
2020

2121
PKG_BUILD_PARALLEL:=1
22-
PKG_BUILD_FLAGS:=no-mips16
22+
PKG_USE_MIPS16:=0
2323

2424
include $(INCLUDE_DIR)/package.mk
2525

rblibtorrent/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ PKG_MIRROR_HASH:=3fa86163d370584f747d34737a556a5426fd5eb4ce1ba1dc594dce3357594d9
1414
PKG_LICENSE:=BSD
1515
PKG_LICENSE_FILES:=COPYING
1616

17-
PKG_BUILD_FLAGS:=no-mips16
17+
PKG_USE_MIPS16:=0
1818
PKG_BUILD_PARALLEL:=1
1919

2020
include $(INCLUDE_DIR)/package.mk

sagernet-core/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]>
2121

2222
PKG_BUILD_DEPENDS:=golang/host
2323
PKG_BUILD_PARALLEL:=1
24-
PKG_BUILD_FLAGS:=no-mips16
24+
PKG_USE_MIPS16:=0
2525

2626
GO_PKG:=github.com/v2fly/v2ray-core/v5
2727
GO_PKG_BUILD_PKG:=$(GO_PKG)/main

shadowsocksr-libev/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ PKG_LICENSE:=GPL-3.0
2020
PKG_LICENSE_FILES:=LICENSE
2121

2222
PKG_FIXUP:=autoreconf
23-
PKG_BUILD_FLAGS:=no-mips16
23+
PKG_USE_MIPS16:=0
2424
PKG_BUILD_PARALLEL:=1
2525
PKG_INSTALL:=1
2626

simple-obfs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)/$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSI
2626

2727
PKG_INSTALL:=1
2828
PKG_FIXUP:=autoreconf
29-
PKG_BUILD_FLAGS:=no-mips16
29+
PKG_USE_MIPS16:=0
3030
PKG_BUILD_PARALLEL:=1
3131
PKG_BUILD_DEPENDS:=libev
3232

sing-box/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
include $(TOPDIR)/rules.mk
77

88
PKG_NAME:=sing-box
9-
PKG_VERSION:=1.3-beta3
9+
PKG_VERSION:=1.3-beta2
1010
PKG_RELEASE:=1
1111

1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
1313
PKG_SOURCE_URL:=https://codeload.github.com/SagerNet/sing-box/tar.gz/v$(PKG_VERSION)?
14-
PKG_HASH:=e7faf84b91f3bee17532d391c92e1c57981a89886a0378962039ed13a793f1ea
14+
PKG_HASH:=68e4e7e0294d823bd43b8411c658a1c2c145855932a232ce75390baee88b3df6
1515

1616
PKG_LICENSE:=GPL-3.0
1717
PKG_LICENSE_FILE:=LICENSE
@@ -30,7 +30,7 @@ PKG_CONFIG_DEPENDS:= \
3030

3131
PKG_BUILD_DEPENDS:=golang/host
3232
PKG_BUILD_PARALLEL:=1
33-
PKG_BUILD_FLAGS:=no-mips16
33+
PKG_USE_MIPS16:=0
3434

3535
GO_PKG:=github.com/sagernet/sing-box
3636
GO_PKG_BUILD_PKG:=$(GO_PKG)/cmd/sing-box

speedtest-web/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PKG_CONFIG_DEPENDS:= \
2222

2323
PKG_BUILD_DEPENDS:=golang/host
2424
PKG_BUILD_PARALLEL:=1
25-
PKG_BUILD_FLAGS:=no-mips16
25+
PKG_USE_MIPS16:=0
2626

2727
GO_PKG:=github.com/librespeed/speedtest
2828
GO_PKG_LDFLAGS:=-s -w

speedtestcli/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PKG_HASH:=a7c24e1594251b376684d221c64cc0e717726c7229944eab9b3b5b74ec64238f
1818
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)
1919

2020
PKG_BUILD_PARALLEL:=1
21-
PKG_BUILD_FLAGS:=no-mips16
21+
PKG_USE_MIPS16:=0
2222

2323
include $(INCLUDE_DIR)/package.mk
2424

tailscale/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PKG_LICENSE_FILES:=LICENSE
2222
PKG_BUILD_DIR:=$(BUILD_DIR)/tailscale-$(PKG_VERSION)
2323
PKG_BUILD_DEPENDS:=golang/host
2424
PKG_BUILD_PARALLEL:=1
25-
PKG_BUILD_FLAGS:=no-mips16
25+
PKG_USE_MIPS16:=0
2626

2727
GO_PKG:=\
2828
tailscale.com/cmd/tailscale \

trojan-go/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]>
1818

1919
PKG_BUILD_DEPENDS:=golang/host
2020
PKG_BUILD_PARALLEL:=1
21-
PKG_BUILD_FLAGS:=no-mips16
21+
PKG_USE_MIPS16:=0
2222

2323
GO_PKG:=github.com/p4gefau1t/trojan-go
2424
GO_PKG_BUILD_PKG:=$(GO_PKG)

v2ray-core/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]>
1818

1919
PKG_BUILD_DEPENDS:=golang/host
2020
PKG_BUILD_PARALLEL:=1
21-
PKG_BUILD_FLAGS:=no-mips16
21+
PKG_USE_MIPS16:=0
2222

2323
GO_PKG:=github.com/v2fly/v2ray-core/v5
2424
GO_PKG_BUILD_PKG:=$(GO_PKG)/main

v2ray-plugin/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PKG_MAINTAINER:=madeye <[email protected]>
1919

2020
PKG_BUILD_DEPENDS:=golang/host
2121
PKG_BUILD_PARALLEL:=1
22-
PKG_BUILD_FLAGS:=no-mips16
22+
PKG_USE_MIPS16:=0
2323

2424
GO_PKG:=github.com/shadowsocks/v2ray-plugin
2525
GO_PKG_LDFLAGS_X:=main.VERSION=v$(PKG_VERSION)

v2raya/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]>
1919

2020
PKG_BUILD_DEPENDS:=golang/host
2121
PKG_BUILD_PARALLEL:=1
22-
PKG_BUILD_FLAGS:=no-mips16
22+
PKG_USE_MIPS16:=0
2323

2424
GO_PKG:=github.com/v2rayA/v2rayA
2525
GO_PKG_LDFLAGS_X:= \

webdav2/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=LICENSE
1515

1616
PKG_BUILD_DEPENDS:=golang/host
1717
PKG_BUILD_PARALLEL:=1
18-
PKG_BUILD_FLAGS:=no-mips16
18+
PKG_USE_MIPS16:=0
1919

2020
GO_PKG:=github.com/hacdias/webdav
2121

xray-core/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=LICENSE
1515
PKG_BUILD_DIR:=$(BUILD_DIR)/Xray-core-$(PKG_VERSION)
1616
PKG_BUILD_DEPENDS:=golang/host
1717
PKG_BUILD_PARALLEL:=1
18-
PKG_BUILD_FLAGS:=no-mips16
18+
PKG_USE_MIPS16:=0
1919

2020
GO_PKG:=github.com/xtls/xray-core
2121
GO_PKG_LDFLAGS:=-s -w

xray-plugin/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PKG_MAINTAINER:=Tianling Shen <[email protected]>
1818

1919
PKG_BUILD_DEPENDS:=golang/host
2020
PKG_BUILD_PARALLEL:=1
21-
PKG_BUILD_FLAGS:=no-mips16
21+
PKG_USE_MIPS16:=0
2222

2323
GO_PKG:=github.com/teddysun/xray-plugin
2424

xunyou/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PKG_HASH:=1c12efb943afdd1f93a8644b6da7000209b80f6247241919119c408ee31b687f
1919
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)_v$(PKG_VERSION)
2020

2121
PKG_BUILD_PARALLEL:=1
22-
PKG_BUILD_FLAGS:=no-mips16
22+
PKG_USE_MIPS16:=0
2323

2424
include $(INCLUDE_DIR)/package.mk
2525

0 commit comments

Comments
 (0)