summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2017-05-16 15:24:01 +0200
committerBjørn Mork <bjorn@mork.no>2017-05-16 15:24:01 +0200
commit2d14dc5a61fbe0ae4e819867f03357be01d865ee (patch)
tree2f2ef556e9b4023f61015a8e1c302d0b597f5d36
parente0b6bd41419c70ebd0ffa8d43b25474c58aac677 (diff)
x
-rw-r--r--iotop/Makefile4
1 files changed, 4 insertions, 0 deletions
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