From 9f385a71a72a62b2ff016bf0e1e78ec328d5f6fd Mon Sep 17 00:00:00 2001 From: Jonas Jelonek Date: Sun, 21 Jun 2026 17:49:40 +0200 Subject: [PATCH] package: nftables: bump PKG_RELEASE Bump the PKG_RELEASE as it was missed when adding a patch. Fixes: 255f4c8e60 ("packages: nftables: fix build on host with busybox ash") Signed-off-by: Jonas Jelonek --- package/network/utils/nftables/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/utils/nftables/Makefile b/package/network/utils/nftables/Makefile index ff0d04b6c4f..fbcf77e5546 100644 --- a/package/network/utils/nftables/Makefile +++ b/package/network/utils/nftables/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nftables PKG_VERSION:=1.1.6 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://netfilter.org/projects/$(PKG_NAME)/files