[openwrt/openwrt] xdp-tools: bump PKG_RELEASE
LEDE Commits
lede-commits at lists.infradead.org
Wed Feb 11 13:05:52 PST 2026
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/626494fb25acd01af0c3070e6111ee8f2a8ef052
commit 626494fb25acd01af0c3070e6111ee8f2a8ef052
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Wed Feb 11 21:54:43 2026 +0100
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 <vincent at systemli.org>
---
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 404e4c0246..cb7db9dece 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
More information about the lede-commits
mailing list