diff options
author | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-29 09:07:13 +0000 |
---|---|---|
committer | wbx <wbx@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-03-29 09:07:13 +0000 |
commit | 5450c5199031918013b0a9f1d3eb6a39a99d9909 (patch) | |
tree | daa6d4c68ae3608388e8c143be878583a3a789cb | |
parent | be2217a25270dd7b1aa3c7b661a59f27cfcad445 (diff) |
enable mount nfs, thx ejka@imfi.kspu.ru
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3539 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 c491252b7..af4735857 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 |