lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit c1923c34cfab9976057317da7ae20c131d62f054
parent bb61d1da8d17caff15327d1703967b3e01dca870
Author: Nicolas Thill <nico@openwrt.org>
Date:   Wed, 13 May 2015 01:19:06 +0200

lttng-modules: fix dependency on kernel tracing

Signed-off-by: Nicolas Thill <nico@openwrt.org>

Diffstat:
Mdevel/lttng-modules/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/lttng-modules/Makefile b/devel/lttng-modules/Makefile @@ -26,7 +26,7 @@ define KernelPackage/lttng SUBMENU:=Other modules TITLE:=Linux Trace Toolkit: next generation (kernel modules) URL:=https://lttng.org/ - DEPENDS:= @!TARGET_uml @KERNEL_FTRACE + DEPENDS:= @!TARGET_uml @KERNEL_FTRACE_SYSCALLS FILES:= \ $(PKG_BUILD_DIR)/lttng-*.$(LINUX_KMOD_SUFFIX) \ $(PKG_BUILD_DIR)/lib/lttng-*.$(LINUX_KMOD_SUFFIX) \