From c82870a6e6bd7a19a283a934ce687c03aafa59d3 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Mon, 11 Jan 2021 18:49:23 +0800 Subject: [PATCH] sub-web: marked as a general package for all arch --- package/ctcgfw/sub-web/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/ctcgfw/sub-web/Makefile b/package/ctcgfw/sub-web/Makefile index f0d99a6733..f502bae045 100644 --- a/package/ctcgfw/sub-web/Makefile +++ b/package/ctcgfw/sub-web/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sub-web PKG_VERSION:=1.0.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/CareyWang/sub-web.git @@ -21,6 +21,7 @@ PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=CN_SZTL +PKG_ARCH:=all PKG_BUILD_DEPENDS:=node/host node-yarn/host include $(INCLUDE_DIR)/package.mk