summaryrefslogtreecommitdiff
path: root/util-linux/Config.in
diff options
context:
space:
mode:
authorRob Landley2005-10-08 18:49:45 +0000
committerRob Landley2005-10-08 18:49:45 +0000
commit4a7252babdeca935e8446b136f98bae6b6e2f04a (patch)
treecda1148d99465a80bc7ef5f4256c31c34b43bea6 /util-linux/Config.in
parent45ad0e87d679fd7fe09909577e539dfe95646e54 (diff)
downloadbusybox-4a7252babdeca935e8446b136f98bae6b6e2f04a.zip
busybox-4a7252babdeca935e8446b136f98bae6b6e2f04a.tar.gz
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 01da99c..dc6d8fd 100644
--- a/util-linux/Config.in
+++ b/util-linux/Config.in
@@ -325,7 +325,7 @@ config CONFIG_MOUNT
NFS filesystems. Most people using BusyBox will also want to enable
the 'mount' utility.
-config CONFIG_NFSMOUNT
+config CONFIG_FEATURE_MOUNT_NFS
bool " Support mounting NFS file systems"
default n
depends on CONFIG_MOUNT