From df475d1b5718e26b3b577324dda25e81fc0c717d Mon Sep 17 00:00:00 2001 From: sbwml Date: Fri, 26 May 2023 23:06:22 +0800 Subject: [PATCH] alist: fix build for openwrt snapshot #68 PKG_USE_MIPS16 has been deprecated by OpenWrt Snapshots --- alist/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/alist/Makefile b/alist/Makefile index 5dcb96a..8784b62 100644 --- a/alist/Makefile +++ b/alist/Makefile @@ -29,6 +29,7 @@ endef PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/alist-org/alist GO_PKG_LDFLAGS:=-w -s