diff options
| author | Nick Hainke | 2026-02-11 20:54:43 +0000 |
|---|---|---|
| committer | Nick Hainke | 2026-04-20 14:43:22 +0000 |
| commit | 8b792e77c61478ccc01acd028772cc644b12d4c3 (patch) | |
| tree | 3b207dcdc561f05f9755132976e3029d6b97587b | |
| parent | 4c8386e6f22661b43890c60c28f11b268286106b (diff) | |
| download | openwrt-8b792e77c61478ccc01acd028772cc644b12d4c3.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
(cherry picked from commit 626494fb25acd01af0c3070e6111ee8f2a8ef052)
Link: https://github.com/openwrt/openwrt/pull/23015
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 |