summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-03-29 09:07:13 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2006-03-29 09:07:13 +0000
commitc9a40f514b4a41cc0a960644abd0252863a2ed48 (patch)
tree814c7a50d861c8dc4ee7c7294518faba467d3611 /openwrt
parente6b1bb058c6afaaa7482dbe4df4386f7c9934023 (diff)
downloadmtk-20170518-c9a40f514b4a41cc0a960644abd0252863a2ed48.zip
mtk-20170518-c9a40f514b4a41cc0a960644abd0252863a2ed48.tar.gz
mtk-20170518-c9a40f514b4a41cc0a960644abd0252863a2ed48.tar.bz2
enable mount nfs, thx ejka@imfi.kspu.ru
SVN-Revision: 3539
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/package/busybox/config/util-linux/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/busybox/config/util-linux/Config.in b/openwrt/package/busybox/config/util-linux/Config.in
index c491252..af47358 100644
--- a/openwrt/package/busybox/config/util-linux/Config.in
+++ b/openwrt/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