summaryrefslogtreecommitdiffstats
path: root/rules/nfsutils.in
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-09-21 13:24:12 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-09-21 13:24:12 +0000
commitf71334d9d67d4d4a430569824487a875515f5154 (patch)
tree8f3b9bd0750445dba4b8370b859ca7dac9729f58 /rules/nfsutils.in
parent1cc182153202faaf5ad8e6804db5a89ab9e7e0f9 (diff)
downloadptxdist-f71334d9d67d4d4a430569824487a875515f5154.tar.gz
ptxdist-f71334d9d67d4d4a430569824487a875515f5154.tar.xz
* nfsutils: update from 1.0.8 to 1.1.3; unbreak nfsutils.
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8868 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/nfsutils.in')
-rw-r--r--rules/nfsutils.in24
1 files changed, 3 insertions, 21 deletions
diff --git a/rules/nfsutils.in b/rules/nfsutils.in
index 5806e6cb2..8a7fcabb4 100644
--- a/rules/nfsutils.in
+++ b/rules/nfsutils.in
@@ -1,5 +1,7 @@
menuconfig NFSUTILS
- tristate
+ tristate
+ # we need libblkid
+ select E2FSPROGS
prompt "nfsutils "
help
The Sun Network Filesystem (NFS) protocol provides transparent remote
@@ -76,10 +78,6 @@ config NFSUTILS_INSTALL_EXPORTFS
bool
prompt "Install /sbin/exportfs"
-config NFSUTILS_INSTALL_LOCKD
- bool
- prompt "Install /sbin/lockd"
-
config NFSUTILS_INSTALL_MOUNTD
bool
prompt "Install /sbin/mountd"
@@ -92,22 +90,6 @@ config NFSUTILS_INSTALL_NFSSTAT
bool
prompt "Install /sbin/nfsstat"
-config NFSUTILS_INSTALL_NHFSGRAPH
- bool
- prompt "Install /sbin/nhfsgraph"
-
-config NFSUTILS_INSTALL_NHFSNUMS
- bool
- prompt "Install /sbin/nhfsnums"
-
-config NFSUTILS_INSTALL_NHFSRUN
- bool
- prompt "Install /sbin/nhfsrun"
-
-config NFSUTILS_INSTALL_NHFSSTONE
- bool
- prompt "Install /sbin/nhfsstone"
-
config NFSUTILS_INSTALL_SHOWMOUNT
bool
prompt "Install /sbin/showmount"