From: Gustavo Zacarias Date: Fri, 21 Dec 2012 02:48:32 +0000 (+0000) Subject: dstat: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5649176a485e1138ed3e42ebb7700255f6c93153;p=buildroot.git dstat: needs mmu Because python needs MMU, fixes: http://autobuild.buildroot.net/results/7bb46ed3ffb46741b7cb7e3edd33f4729409b2ef/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/dstat/Config.in b/package/dstat/Config.in index 1439c8b095..5b8df23c42 100644 --- a/package/dstat/Config.in +++ b/package/dstat/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_DSTAT bool "dstat" depends on BR2_USE_WCHAR # python + depends on BR2_USE_MMU # python select BR2_PACKAGE_PYTHON help Dstat, written in Python, is a versatile replacement for vmstat,