From 548764d28283bce9293da157a8c06af06385c0e9 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Mon, 11 Jan 2021 20:18:09 +0800 Subject: [PATCH] treewide: replace wrong PKG_ARCH with PKGARCH Signed-off-by: CN_SZTL --- package/ctcgfw/sub-web/Makefile | 6 +++--- package/lean/automount/Makefile | 4 ++-- package/lean/autosamba/Makefile | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package/ctcgfw/sub-web/Makefile b/package/ctcgfw/sub-web/Makefile index 9d2c8af2f4..6e4c2a6de9 100644 --- a/package/ctcgfw/sub-web/Makefile +++ b/package/ctcgfw/sub-web/Makefile @@ -9,19 +9,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sub-web PKG_VERSION:=1.0.0 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/CareyWang/sub-web.git PKG_SOURCE_DATE:=2021-01-07 PKG_SOURCE_VERSION:=26d278800cc42025f8ceecff64b26f47b9fc2d14 -PKG_MIRROR_HASH:=3de3d95a04b0e4596e86581f2e066fa40d140c29709307ee97acd6893a0d5602 +PKG_MIRROR_HASH:=a83f49aeecfa086ad8da3503b1ff95f8505845588839ed569d22fb0ced417b9f 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 @@ -32,6 +31,7 @@ define Package/sub-web URL:=https://github.com/CareyWang/sub-web TITLE:=A WebUI for generating proxy subscription url DEPENDS:=+subconverter + PKGARCH:=all endef define Package/sub-web/description diff --git a/package/lean/automount/Makefile b/package/lean/automount/Makefile index 642efdee3c..bf5d424d3e 100644 --- a/package/lean/automount/Makefile +++ b/package/lean/automount/Makefile @@ -9,8 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=automount PKG_VERSION:=1 -PKG_RELEASE:=32 -PKG_ARCH:=all +PKG_RELEASE:=33 include $(INCLUDE_DIR)/package.mk @@ -18,6 +17,7 @@ define Package/automount TITLE:=Mount autoconfig hotplug script. MAINTAINER:=Lean DEPENDS:=+block-mount +kmod-usb-storage +kmod-usb-storage-extras +!TARGET_ramips:kmod-usb-storage-uas +kmod-fs-vfat +kmod-fs-ext4 +kmod-fs-exfat +ntfs-3g + PKGARCH:=all endef define Package/automount/description diff --git a/package/lean/autosamba/Makefile b/package/lean/autosamba/Makefile index a03161d14e..1dc3aae2a2 100644 --- a/package/lean/autosamba/Makefile +++ b/package/lean/autosamba/Makefile @@ -9,8 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=autosamba PKG_VERSION:=1 -PKG_RELEASE:=11 -PKG_ARCH:=all +PKG_RELEASE:=12 include $(INCLUDE_DIR)/package.mk @@ -18,6 +17,7 @@ define Package/autosamba TITLE:=Samba autoconfig hotplug script. MAINTAINER:=Lean DEPENDS:=+luci-app-samba +wsdd2 + PKGARCH:=all endef define Package/autosamba/description