commit 041fbeecad68fb2fd3fffb10423621f58a01eb09
parent 0b4aa71a329b5cae0bf9d80851f5af0c1acee641
Author: Nicolas Thill <nico@openwrt.org>
Date: Wed, 11 Feb 2015 11:52:01 +0100
lttng-modules: add dependency on kernel tracing
Fixes: #888
Signed-off-by: Nicolas Thill <nico@openwrt.org>
Diffstat:
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
+ DEPENDS:= @!TARGET_uml @KERNEL_FTRACE
FILES:= \
$(PKG_BUILD_DIR)/lttng-*.$(LINUX_KMOD_SUFFIX) \
$(PKG_BUILD_DIR)/lib/lttng-*.$(LINUX_KMOD_SUFFIX) \