From 626494fb25acd01af0c3070e6111ee8f2a8ef052 Mon Sep 17 00:00:00 2001 From: Nick Hainke Date: Wed, 11 Feb 2026 21:54:43 +0100 Subject: [PATCH] xdp-tools: bump PKG_RELEASE Increase PKG_RELEASE so buildbots pick up and rebuild the updated package files. Fixes: c752525511bb ("xdp-tools: add patch to fix stddef.h build issue") Link: https://github.com/openwrt/openwrt/pull/21988 Signed-off-by: Nick Hainke --- package/network/utils/xdp-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/utils/xdp-tools/Makefile b/package/network/utils/xdp-tools/Makefile index 404e4c02462..cb7db9decee 100644 --- a/package/network/utils/xdp-tools/Makefile +++ b/package/network/utils/xdp-tools/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=xdp-tools -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_VERSION:=1.5.8 PKG_HASH:=e7b9717074c511fef34aab6e22b16af55fb33307505a5785d25a82b542e596ae -- 2.47.3