summaryrefslogtreecommitdiffstats
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
commitb90a6f768243f78fec5ed39614e9d00d21ac4263 (patch)
treede305a9dd8b0f84a5d36684c3e80023fbddb4425
parent1ca64678bbb0eff352c6624cf7bf77f57f494bc9 (diff)
downloadmaster-31e0f0ae-b90a6f768243f78fec5ed39614e9d00d21ac4263.tar.gz
master-31e0f0ae-b90a6f768243f78fec5ed39614e9d00d21ac4263.tar.bz2
master-31e0f0ae-b90a6f768243f78fec5ed39614e9d00d21ac4263.zip
busybox: enable mount helpers by default (#8946)
SVN-Revision: 25815
-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.