Skip to content

Commit 9c025e5

Browse files
bpftool: update to 7.6.0
Release Notes: - https://github.com/libbpf/bpftool/releases/tag/v7.6.0 Link: openwrt/openwrt#20846 Signed-off-by: Nick Hainke <[email protected]>
1 parent 1cd3a09 commit 9c025e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package/network/utils/bpftool/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
include $(TOPDIR)/rules.mk
99

1010
PKG_NAME:=bpftool
11-
PKG_VERSION:=7.5.0
11+
PKG_VERSION:=7.6.0
1212
PKG_RELEASE:=1
1313

1414
PKG_SOURCE_URL:=https://github.com/libbpf/bpftool
15-
PKG_MIRROR_HASH:=1da7c08959e7819772145774322ffd876f3180065be1c3759336dca98ac9f666
15+
PKG_MIRROR_HASH:=7406a424375642fda35cae6eccaa8e27c21e4f132123c0207a83f763ef6fe899
1616
PKG_SOURCE_PROTO:=git
1717
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
1818

package/network/utils/bpftool/patches/002-includes.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
--- a/src/Makefile
22
+++ b/src/Makefile
3-
@@ -73,10 +73,10 @@ CFLAGS += -W -Wall -Wextra -Wno-unused-p
3+
@@ -72,10 +72,10 @@ CFLAGS += -Wno-missing-field-initializer
44
CFLAGS += $(filter-out -Wswitch-enum -Wnested-externs,$(EXTRA_WARNINGS))
55
CFLAGS += -DPACKAGE='"bpftool"' -D__EXPORTED_HEADERS__ \
66
-I$(or $(OUTPUT),.) \

0 commit comments

Comments
 (0)