aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-03-01 18:08:02 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-03-01 18:08:02 +0000
commit46d89a10d9b5dc14f5b66ed9b1f9c3e10f4114a0 (patch)
treedb4a9fa60d9345dc01caa86f9552a900be7828c7 /package/busybox
parent2caca9f37810bfcd449d87d7bf743f2f37511682 (diff)
downloadupstream-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.in2
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.