From d2f89c8af1a0919a00605b2bd99d78470e686675 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 22 Jun 2026 08:49:26 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9B=85=20Sync=202026-06-22=2008:49:26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gecoosac/Makefile | 10 +++++----- natflow/Makefile | 4 ++-- quectel_MHI/Makefile | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) mode change 100644 => 100755 quectel_MHI/Makefile diff --git a/gecoosac/Makefile b/gecoosac/Makefile index 72a851f3..56923199 100644 --- a/gecoosac/Makefile +++ b/gecoosac/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gecoosac PKG_VERSION:=2.2.20251015 -PKG_RELEASE:=13 +PKG_RELEASE:=14 PKG_MAINTAINER:=lwb1978 PKG_LICENSE:=AGPL-3.0-only @@ -16,13 +16,13 @@ ifneq (,$(filter x86_64,$(ARCH_ID))) else ifneq (,$(filter aarch64%,$(ARCH_ID))) PKG_ARCH:=ac_linux_arm64 PKG_HASH:=skip -else ifneq (,$(filter arm%,$(ARCH_ID))) +else ifneq (,$(filter arm arm_%,$(ARCH_ID))) PKG_ARCH:=ac_linux_arm PKG_HASH:=skip -else ifneq (,$(filter mipsel%,$(ARCH_ID))) +else ifneq (,$(filter mipsel mipsel_%,$(ARCH_ID))) PKG_ARCH:=ac_linux_mipsle PKG_HASH:=skip -else ifneq (,$(filter mips%,$(ARCH_ID))) +else ifneq (,$(filter mips mips_%,$(ARCH_ID))) PKG_ARCH:=ac_linux_mips PKG_HASH:=skip else ifneq (,$(filter i386%,$(ARCH_ID))) @@ -32,7 +32,7 @@ else PKG_HASH:=skip endif -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(ARCH_ID) +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_ARCH) PKG_SOURCE_URL:=https://github.com/laipeng668/luci-app-gecoosac/releases/download/V$(PKG_VERSION)/$(PKG_ARCH)? UNPACK_CMD=$(CP) $(DL_DIR)/$(PKG_SOURCE) $(PKG_BUILD_DIR)/$(PKG_NAME) diff --git a/natflow/Makefile b/natflow/Makefile index 1749c8ee..ba5a33a4 100644 --- a/natflow/Makefile +++ b/natflow/Makefile @@ -10,12 +10,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=natflow PKG_VERSION:=20260531 -PKG_RELEASE:=17 +PKG_RELEASE:=18 PKG_SOURCE:=$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ptpt52/natflow.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=e6ed6e88085c8e724f17212de66bd8ca3571a0bf +PKG_SOURCE_VERSION:=1843a42b122ff3fa94a49cf8e1994de83a340537 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_MAINTAINER:=Chen Minqiang PKG_LICENSE:=GPL-2.0 diff --git a/quectel_MHI/Makefile b/quectel_MHI/Makefile old mode 100644 new mode 100755 index ab47c171..67ef7316 --- a/quectel_MHI/Makefile +++ b/quectel_MHI/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcie_mhi PKG_VERSION:=1.3.8 -PKG_RELEASE:=21 +PKG_RELEASE:=22 include $(INCLUDE_DIR)/kernel.mk include $(INCLUDE_DIR)/package.mk