summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Mork <bjorn@mork.no>2017-05-16 15:38:05 +0200
committerBjørn Mork <bjorn@mork.no>2017-05-16 15:38:05 +0200
commit2bdf51e137e6e9446abda6482e816d203533bd95 (patch)
tree2f61c333ca03b68f66e250c5aa68839c2217fc19
parent2d14dc5a61fbe0ae4e819867f03357be01d865ee (diff)
x
-rw-r--r--iotop/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/iotop/Makefile b/iotop/Makefile
index 877442d..d308280 100644
--- a/iotop/Makefile
+++ b/iotop/Makefile
@@ -30,6 +30,7 @@ define Package/iotop
DEPENDS:=+python
KCONFIG:=CONFIG_TASKSTATS=y \
CONFIG_TASK_DELAY_ACCT=y \
+ CONFIG_TASK_XACCT=y \
CONFIG_TASK_IO_ACCOUNTING=y \
CONFIG_VM_EVENT_COUNTERS=y
endef