From 2d14dc5a61fbe0ae4e819867f03357be01d865ee Mon Sep 17 00:00:00 2001 From: Bjørn Mork Date: Tue, 16 May 2017 15:24:01 +0200 Subject: x --- iotop/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iotop/Makefile b/iotop/Makefile index 9e7c3f2..877442d 100644 --- a/iotop/Makefile +++ b/iotop/Makefile @@ -28,6 +28,10 @@ define Package/iotop TITLE:=Simple top-like I/O monitor URL:=http://guichaz.free.fr/iotop/ DEPENDS:=+python + KCONFIG:=CONFIG_TASKSTATS=y \ + CONFIG_TASK_DELAY_ACCT=y \ + CONFIG_TASK_IO_ACCOUNTING=y \ + CONFIG_VM_EVENT_COUNTERS=y endef define Package/iotop/description -- cgit v1.2.3