From 484e11aafe1ec747d4b8d661ec83e697e20765ed Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 28 Apr 2014 16:41:40 -0300 Subject: [PATCH] lsof: needs mmu Fixes: http://autobuild.buildroot.net/results/f03/f03fd887cfb353149d88c97afa380bd95d6315f1/ Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/lsof/Config.in | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2