diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-01 18:08:02 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-03-01 18:08:02 +0000 |
commit | 46d89a10d9b5dc14f5b66ed9b1f9c3e10f4114a0 (patch) | |
tree | db4a9fa60d9345dc01caa86f9552a900be7828c7 /package/busybox | |
parent | 2caca9f37810bfcd449d87d7bf743f2f37511682 (diff) | |
download | upstream-46d89a10d9b5dc14f5b66ed9b1f9c3e10f4114a0.tar.gz upstream-46d89a10d9b5dc14f5b66ed9b1f9c3e10f4114a0.tar.bz2 upstream-46d89a10d9b5dc14f5b66ed9b1f9c3e10f4114a0.zip |
[package] busybox: enable mount helpers by default (#8946)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25815 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-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 ccc92c7fdd..c103cc93bb 100644 --- a/package/busybox/config/util-linux/Config.in +++ b/package/busybox/config/util-linux/Config.in @@ -503,7 +503,7 @@ config BUSYBOX_CONFIG_FEATURE_MOUNT_VERBOSE config BUSYBOX_CONFIG_FEATURE_MOUNT_HELPERS bool "Support mount helpers" - default n + default y depends on BUSYBOX_CONFIG_MOUNT help Enable mounting of virtual file systems via external helpers. |