diff options
| author | Nick Hainke | 2026-02-11 20:54:43 +0000 |
|---|---|---|
| committer | Nick Hainke | 2026-02-11 21:05:25 +0000 |
| commit | 626494fb25acd01af0c3070e6111ee8f2a8ef052 (patch) | |
| tree | 22fb91a02790fd01cd839d6f6340871312bd8d01 | |
| parent | 708dcca80a0b19aacd32e2bd4530b88461f87581 (diff) | |
| download | nbd-626494fb25acd01af0c3070e6111ee8f2a8ef052.tar.gz | |
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@systemli.org>
| -rw-r--r-- | package/network/utils/xdp-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |