summaryrefslogtreecommitdiffstats
path: root/package/htop
diff options
context:
space:
mode:
authorgilles.talis@gmail.com <gilles.talis@gmail.com>2013-03-04 18:41:55 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-05 15:51:01 +0100
commit83287ee571db6ffd876c90b6db12fa59be87ae67 (patch)
tree95af0368b4f7533330ad52a13b6843b0971c302e /package/htop
parente4d32a7a465e98770cb1da7afddf4b2d6b154790 (diff)
downloadbuildroot-novena-83287ee571db6ffd876c90b6db12fa59be87ae67.tar.gz
buildroot-novena-83287ee571db6ffd876c90b6db12fa59be87ae67.zip
htop: needs MMU
Fixes: http://autobuild.buildroot.org/results/023b40f48c8006cd49c585efae3cfa065b21bf51 Signed-off-by: Gilles Talis <gilles.talis@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/htop')
-rw-r--r--package/htop/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/htop/Config.in b/package/htop/Config.in
index 55b4b151f..51304afb5 100644
--- a/package/htop/Config.in
+++ b/package/htop/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_HTOP
bool "htop"
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_NCURSES
help
htop is an interactive text-mode process viewer for Linux.