diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-29 09:07:13 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-29 09:07:13 +0000 |
commit | c9a40f514b4a41cc0a960644abd0252863a2ed48 (patch) | |
tree | 814c7a50d861c8dc4ee7c7294518faba467d3611 /openwrt | |
parent | e6b1bb058c6afaaa7482dbe4df4386f7c9934023 (diff) | |
download | mtk-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.in | 2 |
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 |