diff options
| author | Nick Hainke | 2025-11-20 20:46:05 +0000 |
|---|---|---|
| committer | Nick Hainke | 2025-11-22 22:11:28 +0000 |
| commit | 9c025e510a970f6d0db18c5658f9510b1b963574 (patch) | |
| tree | 9474bf7329826cef217b47cba9f65a3b0805afb5 | |
| parent | 1cd3a094859b2013aef16bfd61e785b286c68433 (diff) | |
| download | openwrt-9c025e510a970f6d0db18c5658f9510b1b963574.tar.gz | |
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@systemli.org>
| -rw-r--r-- | package/network/utils/bpftool/Makefile | 4 | ||||
| -rw-r--r-- | 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),.) \ |