aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openwrt.org>2006-03-29 09:07:13 +0000
committerWaldemar Brodkorb <wbx@openwrt.org>2006-03-29 09:07:13 +0000
commit18057aa0ec7f5c9bbc649191b3e193e8fe406de6 (patch)
treea75aee4c2a90c1b7962749600056284ff1d50823 /package/busybox
parente4b3e70fe2189f1abb3abd53baea77fac30255de (diff)
downloadmaster-187ad058-18057aa0ec7f5c9bbc649191b3e193e8fe406de6.tar.gz
master-187ad058-18057aa0ec7f5c9bbc649191b3e193e8fe406de6.tar.bz2
master-187ad058-18057aa0ec7f5c9bbc649191b3e193e8fe406de6.zip
enable mount nfs, thx ejka@imfi.kspu.ru
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3539 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/config/util-linux/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in
index c491252b72..af47358573 100644
--- a/package/busybox/config/util-linux/Config.in
+++ b/package/busybox/config/util-linux/Config.in
@@ -292,7 +292,7 @@ config BUSYBOX_CONFIG_MOUNT
NFS filesystems. Most people using BusyBox will also want to enable
the 'mount' utility.
-config BUSYBOX_CONFIG_NFSMOUNT
+config BUSYBOX_FEATURE_MOUNT_NFS
bool " Support mounting NFS file systems"
default y
depends on BUSYBOX_CONFIG_MOUNT