diff --git a/alist/Makefile b/alist/Makefile index 5dcb96ab7..8784b62b2 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 diff --git a/quickstart/Makefile b/quickstart/Makefile index b323a1cdf..d619ac303 100644 --- a/quickstart/Makefile +++ b/quickstart/Makefile @@ -10,11 +10,11 @@ include $(TOPDIR)/rules.mk PKG_ARCH_quickstart:=$(ARCH) PKG_NAME:=quickstart -PKG_VERSION:=0.7.7 +PKG_VERSION:=0.7.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/linkease/istore-packages/releases/download/prebuilt/ -PKG_HASH:=6b62b3a51c03c425e6b8ef2a08839d005b32c970e316741a79decee739df6c5d +PKG_HASH:=f9f70f9935b8a8c1f4312d76cd25349be615b9e54b44392a5c556ab7af970816 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-binary-$(PKG_VERSION)