busybox: enable mount helpers by default (#8946)
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 1 Mar 2011 18:08:02 +0000 (18:08 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 1 Mar 2011 18:08:02 +0000 (18:08 +0000)
SVN-Revision: 25815

package/busybox/config/util-linux/Config.in

index ccc92c7fdd82ab8d53e77f8ac13c92892b7ae101..c103cc93bbf01b0695e6242419eca02872ab04ed 100644 (file)
@@ -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.