From 4811af79da05ac25f7437994dbaf77fc45a41bee Mon Sep 17 00:00:00 2001 From: remittor Date: Tue, 12 Nov 2024 20:15:56 +0300 Subject: [PATCH] Remove PKG_RELEASE from all Makefiles Reason: for compatibility with OpenWrt 24+ --- luci-app-zapret/Makefile | 3 +-- zapret-ip2net/Makefile | 3 +-- zapret-mdig/Makefile | 3 +-- zapret-tpws/Makefile | 3 +-- zapret/Makefile | 3 +-- 5 files changed, 5 insertions(+), 10 deletions(-) diff --git a/luci-app-zapret/Makefile b/luci-app-zapret/Makefile index 75c777d..b320ecb 100644 --- a/luci-app-zapret/Makefile +++ b/luci-app-zapret/Makefile @@ -5,8 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-zapret -PKG_RELEASE:=20241110 -PKG_VERSION:=68-$(PKG_RELEASE) +PKG_VERSION:=68-20241110 PKG_LICENSE:=MIT LUCI_TITLE:=LuCI support for zapret diff --git a/zapret-ip2net/Makefile b/zapret-ip2net/Makefile index 9977d5e..1ff7168 100644 --- a/zapret-ip2net/Makefile +++ b/zapret-ip2net/Makefile @@ -1,8 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zapret-ip2net -PKG_VERSION:=68 -PKG_RELEASE:=20241110 +PKG_VERSION:=68-20241110 PKG_MAINTAINER:=bol-van PKG_LICENSE:=MIT diff --git a/zapret-mdig/Makefile b/zapret-mdig/Makefile index d8f4482..790ccc9 100644 --- a/zapret-mdig/Makefile +++ b/zapret-mdig/Makefile @@ -1,8 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zapret-mdig -PKG_VERSION:=68 -PKG_RELEASE:=20241110 +PKG_VERSION:=68-20241110 PKG_MAINTAINER:=bol-van PKG_LICENSE:=MIT diff --git a/zapret-tpws/Makefile b/zapret-tpws/Makefile index 025058a..dbb081a 100644 --- a/zapret-tpws/Makefile +++ b/zapret-tpws/Makefile @@ -1,8 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zapret-tpws -PKG_VERSION:=68 -PKG_RELEASE:=20241110 +PKG_VERSION:=68-20241110 PKG_MAINTAINER:=bol-van PKG_LICENSE:=MIT diff --git a/zapret/Makefile b/zapret/Makefile index 6959788..196e802 100644 --- a/zapret/Makefile +++ b/zapret/Makefile @@ -5,8 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zapret -PKG_VERSION:=68 -PKG_RELEASE:=20241110 +PKG_VERSION:=68-20241110 PKG_MAINTAINER:=bol-van PKG_LICENSE:=MIT