summaryrefslogtreecommitdiff
path: root/package/ltp
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-11 05:54:27 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-16 04:00:51 +0100
commitb5b81c118abe13cb6cf4cebc291b7105a7ccc3ea (patch)
tree5538df1414ea16f497ab0bf2788b6cac652993be /package/ltp
parent61715dcc6f6f3558f1f50fb90bf900b613415f1e (diff)
ltp: enable libaio and cgroups
Diffstat (limited to 'package/ltp')
-rw-r--r--package/ltp/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/ltp/Makefile b/package/ltp/Makefile
index d234f4886..1a039c239 100644
--- a/package/ltp/Makefile
+++ b/package/ltp/Makefile
@@ -8,9 +8,10 @@ PKG_VERSION:= 20240129
PKG_RELEASE:= 1
PKG_DESCR:= linux test project
PKG_HASH:= c302f6b2ca09cbb7835f549777bdb9233fe31f7086d7ad8e65472a0804e3e025
-PKG_DEPENDS:= bash mke2fs mkfs shadow libtirpc
-PKG_BUILDDEP+= libtirpc
-PKG_KDEPENDS:= coredump bsd-process-acct ikconfig-proc
+PKG_DEPENDS:= bash mke2fs mkfs shadow libtirpc libaio
+PKG_DEPENDS+= kmod dosfstools
+PKG_BUILDDEP+= libtirpc libaio
+PKG_KDEPENDS:= coredump bsd-process-acct ikconfig-proc cgroups
PKG_KDEPENDS+= user-ns net-ns time-ns bpf-syscall blk-dev-loop watch-queue
PKG_NEEDS:= threads
PKG_SECTION:= base/tests