mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-08 06:47:10 +01:00
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>
This commit is contained in:
parent
1cd3a09485
commit
9c025e510a
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
|
|
@ -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),.) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue