From: Jo-Philipp Wich Date: Tue, 1 Mar 2011 18:08:02 +0000 (+0000) Subject: busybox: enable mount helpers by default (#8946) X-Git-Tag: reboot~17373 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b90a6f768243f78fec5ed39614e9d00d21ac4263;p=openwrt%2Fopenwrt.git busybox: enable mount helpers by default (#8946) SVN-Revision: 25815 --- 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.