Browse Source

busybox: enable mount helpers by default (#8946)

SVN-Revision: 25815
Jo-Philipp Wich 15 years ago
parent
commit
b90a6f7682
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/busybox/config/util-linux/Config.in

+ 1 - 1
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.