Skip to content

Commit

Permalink
libbpf: Update to v1.5.0
Browse files Browse the repository at this point in the history
Update to the latest upstream release to include recent improvements and
bugfixes, including support for handling BPF objects of either endianness.

Link: https://github.com/libbpf/libbpf/releases/tag/v1.5.0
Signed-off-by: Tony Ambardar <[email protected]>
Link: openwrt/openwrt#17404
Signed-off-by: Nick Hainke <[email protected]>
  • Loading branch information
guidosarducci authored and PolynomialDivision committed Dec 28, 2024
1 parent 15b21c4 commit 6a6ae41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/libs/libbpf/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=libbpf
PKG_VERSION:=1.4.6
PKG_VERSION:=1.5.0
PKG_RELEASE:=1

PKG_SOURCE_URL:=https://github.com/libbpf/libbpf
PKG_MIRROR_HASH:=0d0d70750c8e45baba19f8cc065771e5d842a90f3ad1637003cae6887dabf11e
PKG_MIRROR_HASH:=7699fcfa89bf0f6e756c4555fbd3fdb8cbcfcc770e5944aebdd0e9244031f022
PKG_SOURCE_PROTO:=git
PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_ABI_VERSION:=$(firstword $(subst .,$(space),$(PKG_VERSION)))
Expand Down

0 comments on commit 6a6ae41

Please sign in to comment.