From: Nicolas Thill Date: Wed, 11 Feb 2015 10:52:01 +0000 (+0100) Subject: lttng-modules: add dependency on kernel tracing X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=041fbeecad68fb2fd3fffb10423621f58a01eb09;p=openwrt-packages.git lttng-modules: add dependency on kernel tracing Fixes: #888 Signed-off-by: Nicolas Thill --- diff --git a/devel/lttng-modules/Makefile b/devel/lttng-modules/Makefile index bf5937125..1fcfa73da 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 + DEPENDS:= @!TARGET_uml @KERNEL_FTRACE FILES:= \ $(PKG_BUILD_DIR)/lttng-*.$(LINUX_KMOD_SUFFIX) \ $(PKG_BUILD_DIR)/lib/lttng-*.$(LINUX_KMOD_SUFFIX) \