aboutsummaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-10-08 18:49:45 +0000
committerRob Landley <rob@landley.net>2005-10-08 18:49:45 +0000
commit4a7252babdeca935e8446b136f98bae6b6e2f04a (patch)
treecda1148d99465a80bc7ef5f4256c31c34b43bea6 /util-linux/Config.in
parent45ad0e87d679fd7fe09909577e539dfe95646e54 (diff)
downloadbusybox-w32-4a7252babdeca935e8446b136f98bae6b6e2f04a.tar.gz
busybox-w32-4a7252babdeca935e8446b136f98bae6b6e2f04a.tar.bz2
busybox-w32-4a7252babdeca935e8446b136f98bae6b6e2f04a.zip
Rename CONFIG_NFSMOUNT to CONFIG_FEATURE_MOUNT_NFS so allbaseconfig can
find it (and tweak defconfig to catch up).
Diffstat (limited to 'util-linux/Config.in')
-rw-r--r--util-linux/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/Config.in b/util-linux/Config.in
index 01da99c41..dc6d8fdad 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -325,7 +325,7 @@ config CONFIG_MOUNT
325 NFS filesystems. Most people using BusyBox will also want to enable 325 NFS filesystems. Most people using BusyBox will also want to enable
326 the 'mount' utility. 326 the 'mount' utility.
327 327
328config CONFIG_NFSMOUNT 328config CONFIG_FEATURE_MOUNT_NFS
329 bool " Support mounting NFS file systems" 329 bool " Support mounting NFS file systems"
330 default n 330 default n
331 depends on CONFIG_MOUNT 331 depends on CONFIG_MOUNT