diff options
author | Tony Ambardar <itugrok@yahoo.com> | 2021-02-24 09:37:28 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-01 00:34:23 +0100 |
commit | 92409dda8326601dd9e73502404913580834bf4e (patch) | |
tree | 3c57aea6be23cfa4b83b27afaaa5d9585ed6ed06 /package/network/utils/bpftools/Makefile | |
parent | b048a305a3d3cbb5375e32757e70aa129b4c7c4f (diff) | |
download | upstream-92409dda8326601dd9e73502404913580834bf4e.tar.gz upstream-92409dda8326601dd9e73502404913580834bf4e.tar.bz2 upstream-92409dda8326601dd9e73502404913580834bf4e.zip |
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@yahoo.com>
Diffstat (limited to 'package/network/utils/bpftools/Makefile')
-rw-r--r-- | package/network/utils/bpftools/Makefile | 4 |
1 files changed, 2 insertions, 2 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@yahoo.com> |