浏览代码

lsof: no longer needs rpc support in toolchain

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 14 年之前
父节点
当前提交
21f91bbba5
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      package/lsof/Config.in

+ 0 - 4
package/lsof/Config.in

@@ -1,12 +1,8 @@
 config BR2_PACKAGE_LSOF
 	bool "lsof"
-	depends on BR2_INET_RPC
 	help
 	  lsof (LiSt Open Files)
 	  The lsof tool lists information about files opened by
 	  processes.
 
 	  ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/
-
-comment "lsof requires a toolchain with RPC support"
-	depends on !BR2_INET_RPC