[openwrt/openwrt] bpftools: update to latest stable 5.11.2
LEDE Commits
lede-commits at lists.infradead.org
Sun Feb 28 18:34:53 EST 2021
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/92409dda8326601dd9e73502404913580834bf4e
commit 92409dda8326601dd9e73502404913580834bf4e
Author: Tony Ambardar <itugrok at yahoo.com>
AuthorDate: Wed Feb 24 09:37:28 2021 -0800
bpftools: update to latest stable 5.11.2
Compile and run-tested on malta/mip32be, using bpftool directly and also
libbpf (linked with tc) to inspect and load simple eBPF programs.
Signed-off-by: Tony Ambardar <itugrok at yahoo.com>
---
package/network/utils/bpftools/Makefile | 4 ++--
.../005-tools-arch-powerpc-fix-EDEADLOCK-redefinition-errors.patch | 5 -----
2 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/package/network/utils/bpftools/Makefile b/package/network/utils/bpftools/Makefile
index 7a25b35755..a466c82e9f 100644
--- a/package/network/utils/bpftools/Makefile
+++ b/package/network/utils/bpftools/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=bpftools
-PKG_VERSION:=5.10.10
+PKG_VERSION:=5.11.2
PKG_RELEASE:=1
PKG_SOURCE:=linux-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/linux/kernel/v5.x
-PKG_HASH:=60ed866fa951522a5255ea37ec3ac2006d3f3427d4783a13ef478464f37cdb19
+PKG_HASH:=904a5b3cbaf5264ef8da6c7a5445fa7ea19168ad77fb83a7cc1b8ba95d52d0a0
PKG_MAINTAINER:=Tony Ambardar <itugrok at yahoo.com>
diff --git a/package/network/utils/bpftools/patches/005-tools-arch-powerpc-fix-EDEADLOCK-redefinition-errors.patch b/package/network/utils/bpftools/patches/005-tools-arch-powerpc-fix-EDEADLOCK-redefinition-errors.patch
index 66c00a325f..996ffc43ee 100644
--- a/package/network/utils/bpftools/patches/005-tools-arch-powerpc-fix-EDEADLOCK-redefinition-errors.patch
+++ b/package/network/utils/bpftools/patches/005-tools-arch-powerpc-fix-EDEADLOCK-redefinition-errors.patch
@@ -39,8 +39,6 @@ Signed-off-by: Tony Ambardar <Tony.Ambardar at gmail.com>
tools/arch/powerpc/include/uapi/asm/errno.h | 1 +
1 file changed, 1 insertion(+)
-diff --git a/tools/arch/powerpc/include/uapi/asm/errno.h b/tools/arch/powerpc/include/uapi/asm/errno.h
-index cc79856896a1..4ba87de32be0 100644
--- a/tools/arch/powerpc/include/uapi/asm/errno.h
+++ b/tools/arch/powerpc/include/uapi/asm/errno.h
@@ -2,6 +2,7 @@
@@ -51,6 +49,3 @@ index cc79856896a1..4ba87de32be0 100644
#include <asm-generic/errno.h>
#undef EDEADLOCK
---
-2.25.1
-
More information about the lede-commits
mailing list