From: Nicolas Thill Date: Tue, 12 May 2015 23:19:06 +0000 (+0200) Subject: lttng-modules: fix dependency on kernel tracing X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=c1923c34cfab9976057317da7ae20c131d62f054;p=openwrt-packages.git lttng-modules: fix dependency on kernel tracing Signed-off-by: Nicolas Thill --- diff --git a/devel/lttng-modules/Makefile b/devel/lttng-modules/Makefile index 85b45f4d5..99510a003 100644 --- 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) \