From: jow Date: Tue, 1 Mar 2011 18:08:02 +0000 (+0000) Subject: [package] busybox: enable mount helpers by default (#8946) X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/def44d6e4a0346c8a578e54b06cea7e7bb559840 [package] busybox: enable mount helpers by default (#8946) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25815 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/busybox/config/util-linux/Config.in b/package/busybox/config/util-linux/Config.in index ccc92c7fd..c103cc93b 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.