Browse Source

lttng-modules: fix dependency on kernel tracing

Signed-off-by: Nicolas Thill <nico@openwrt.org>
Nicolas Thill 9 years ago
parent
commit
c1923c34cf
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      devel/lttng-modules/Makefile

+ 1
- 1
devel/lttng-modules/Makefile View File

@@ -26,7 +26,7 @@ define KernelPackage/lttng
26 26
   SUBMENU:=Other modules
27 27
   TITLE:=Linux Trace Toolkit: next generation (kernel modules)
28 28
   URL:=https://lttng.org/
29
-  DEPENDS:= @!TARGET_uml @KERNEL_FTRACE
29
+  DEPENDS:= @!TARGET_uml @KERNEL_FTRACE_SYSCALLS
30 30
   FILES:= \
31 31
 	$(PKG_BUILD_DIR)/lttng-*.$(LINUX_KMOD_SUFFIX) \
32 32
 	$(PKG_BUILD_DIR)/lib/lttng-*.$(LINUX_KMOD_SUFFIX) \