From: Gustavo Zacarias Date: Mon, 28 Apr 2014 19:41:40 +0000 (-0300) Subject: lsof: needs mmu X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=484e11aafe1ec747d4b8d661ec83e697e20765ed;p=buildroot.git lsof: needs mmu Fixes: http://autobuild.buildroot.net/results/f03/f03fd887cfb353149d88c97afa380bd95d6315f1/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- diff --git a/package/lsof/Config.in b/package/lsof/Config.in index cc7512c258..820cbf782b 100644 --- a/package/lsof/Config.in +++ b/package/lsof/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_LSOF bool "lsof" + depends on BR2_USE_MMU # fork() help lsof (LiSt Open Files) The lsof tool lists information about files opened by