[openwrt/openwrt] bpftool: update to 7.6.0
LEDE Commits
lede-commits at lists.infradead.org
Sat Nov 22 14:11:55 PST 2025
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/9c025e510a970f6d0db18c5658f9510b1b963574
commit 9c025e510a970f6d0db18c5658f9510b1b963574
Author: Nick Hainke <vincent at systemli.org>
AuthorDate: Thu Nov 20 21:46:05 2025 +0100
bpftool: update to 7.6.0
Release Notes:
- https://github.com/libbpf/bpftool/releases/tag/v7.6.0
Link: https://github.com/openwrt/openwrt/pull/20846
Signed-off-by: Nick Hainke <vincent at systemli.org>
---
package/network/utils/bpftool/Makefile | 4 ++--
package/network/utils/bpftool/patches/002-includes.patch | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/network/utils/bpftool/Makefile b/package/network/utils/bpftool/Makefile
index b2fdfc1632..1a70e9ee98 100644
--- a/package/network/utils/bpftool/Makefile
+++ b/package/network/utils/bpftool/Makefile
@@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bpftool
-PKG_VERSION:=7.5.0
+PKG_VERSION:=7.6.0
PKG_RELEASE:=1
PKG_SOURCE_URL:=https://github.com/libbpf/bpftool
-PKG_MIRROR_HASH:=1da7c08959e7819772145774322ffd876f3180065be1c3759336dca98ac9f666
+PKG_MIRROR_HASH:=7406a424375642fda35cae6eccaa8e27c21e4f132123c0207a83f763ef6fe899
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
diff --git a/package/network/utils/bpftool/patches/002-includes.patch b/package/network/utils/bpftool/patches/002-includes.patch
index e6ec3f262b..51ade9f700 100644
--- a/package/network/utils/bpftool/patches/002-includes.patch
+++ b/package/network/utils/bpftool/patches/002-includes.patch
@@ -1,6 +1,6 @@
--- a/src/Makefile
+++ b/src/Makefile
-@@ -73,10 +73,10 @@ CFLAGS += -W -Wall -Wextra -Wno-unused-p
+@@ -72,10 +72,10 @@ CFLAGS += -Wno-missing-field-initializer
CFLAGS += $(filter-out -Wswitch-enum -Wnested-externs,$(EXTRA_WARNINGS))
CFLAGS += -DPACKAGE='"bpftool"' -D__EXPORTED_HEADERS__ \
-I$(or $(OUTPUT),.) \
More information about the lede-commits
mailing list