From: Alexandru Ardelean Date: Thu, 7 May 2026 11:26:50 +0000 (+0300) Subject: lttng-modules: update to 2.15.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=67b95dcf1275ff6e5172c8318cc1c3d64c968182;p=openwrt-packages.git lttng-modules: update to 2.15.1 Bug-fix release (2026-04-24). Changes: - Fix: kallsyms on powerpc64 with ABI V1 - fix: ASoC: soc-dapm: move struct snd_soc_dapm_context (v7.0) - fix: adjust range in btrfs probe for v6.18.14 Reference: https://lttng.org/files/lttng-modules/ Signed-off-by: Alexandru Ardelean --- diff --git a/devel/lttng-modules/Makefile b/devel/lttng-modules/Makefile index 81f2245a5..24b7315de 100644 --- a/devel/lttng-modules/Makefile +++ b/devel/lttng-modules/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=lttng-modules -PKG_VERSION:=2.13.9 +PKG_VERSION:=2.15.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://lttng.org/files/$(PKG_NAME)/ -PKG_HASH:=bf808b113544287cfe837a6382887fa66354ef5cc8216460cebbef3d27dc3581 +PKG_HASH:=4eab35edeaa84ddefa243f2f842af1482325062ee008fb511a3ff191b9aa09ac PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=LGPL-2.1 GPL-2.0 MIT