mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
⛅ Sync 2026-06-22 08:49:26
This commit is contained in:
parent
0ec8916024
commit
d2f89c8af1
@ -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 <lwb1978@gmail.com>
|
||||
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)
|
||||
|
||||
|
||||
@ -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 <ptpt52@gmail.com>
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
2
quectel_MHI/Makefile
Normal file → Executable file
2
quectel_MHI/Makefile
Normal file → Executable file
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user