Browse Source

lttng-modules: add dependency on kernel tracing

Fixes: #888

Signed-off-by: Nicolas Thill <nico@openwrt.org>
lilik-openwrt-22.03
Nicolas Thill 9 years ago
parent
commit
041fbeecad
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
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) \


Loading…
Cancel
Save