projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ca6467
)
busybox: enable mount helpers by default (#8946)
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 1 Mar 2011 18:08:02 +0000
(18:08 +0000)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/package/busybox/config/util-linux/Config.in
b/package/busybox/config/util-linux/Config.in
index ccc92c7fdd82ab8d53e77f8ac13c92892b7ae101..c103cc93bbf01b0695e6242419eca02872ab04ed 100644
(file)
--- 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.