浏览代码

lsof: needs mmu

Fixes:
http://autobuild.buildroot.net/results/f03/f03fd887cfb353149d88c97afa380bd95d6315f1/

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Gustavo Zacarias 11 年之前
父节点
当前提交
484e11aafe
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/lsof/Config.in

+ 1 - 0
package/lsof/Config.in

@@ -1,5 +1,6 @@
 config BR2_PACKAGE_LSOF
 config BR2_PACKAGE_LSOF
 	bool "lsof"
 	bool "lsof"
+	depends on BR2_USE_MMU # fork()
 	help
 	help
 	  lsof (LiSt Open Files)
 	  lsof (LiSt Open Files)
 	  The lsof tool lists information about files opened by
 	  The lsof tool lists information about files opened by