summaryrefslogtreecommitdiffstats
path: root/package/nfs-utils/Config.in
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-14 01:46:04 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2007-01-14 01:46:04 +0000
commit72f3ebce22536705f9eb90c6b570a9e19be4eb43 (patch)
tree072f95efa7166c76b4991921d9ba1012c4115504 /package/nfs-utils/Config.in
parent0d7b08da1300adc4d6f31346e67d54a82e86e915 (diff)
downloadbuildroot-novena-72f3ebce22536705f9eb90c6b570a9e19be4eb43.tar.gz
buildroot-novena-72f3ebce22536705f9eb90c6b570a9e19be4eb43.zip
Add new NFS utilities package with working init script.
Diffstat (limited to 'package/nfs-utils/Config.in')
-rw-r--r--package/nfs-utils/Config.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/package/nfs-utils/Config.in b/package/nfs-utils/Config.in
new file mode 100644
index 000000000..86045fa6b
--- /dev/null
+++ b/package/nfs-utils/Config.in
@@ -0,0 +1,33 @@
+config BR2_PACKAGE_NFS_UTILS
+ bool "nfs-utils"
+ default n
+ help
+ The NFS Linux kernel server.
+
+ http://sourceforge.net/projects/nfs
+
+menu "NFS utilities selection"
+ depends BR2_PACKAGE_NFS_UTILS
+
+config BR2_PACKAGE_NFS_UTILS_RPCDEBUG
+ bool "rpcdebug"
+ default n
+ depends on BR2_PACKAGE_NFS_UTILS
+ help
+ The RPC debugging utility
+
+config BR2_PACKAGE_NFS_UTILS_RPC_LOCKD
+ bool "rpc.lockd"
+ default n
+ depends on BR2_PACKAGE_NFS_UTILS
+ help
+ NFS lock manager for Linux kernels older than 2.4
+
+config BR2_PACKAGE_NFS_UTILS_RPC_RQUOTAD
+ bool "rpc.rquotad"
+ default n
+ depends on BR2_PACKAGE_NFS_UTILS
+ help
+ NFS remote quota server
+
+endmenu