diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-29 09:07:13 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2006-03-29 09:07:13 +0000 |
commit | 18057aa0ec7f5c9bbc649191b3e193e8fe406de6 (patch) | |
tree | a75aee4c2a90c1b7962749600056284ff1d50823 | |
parent | e4b3e70fe2189f1abb3abd53baea77fac30255de (diff) | |
download | upstream-18057aa0ec7f5c9bbc649191b3e193e8fe406de6.tar.gz upstream-18057aa0ec7f5c9bbc649191b3e193e8fe406de6.tar.bz2 upstream-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
-rw-r--r-- | package/busybox/config/util-linux/Config.in | 2 |
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 |