summaryrefslogtreecommitdiff
path: root/openwrt/package/fuse
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-04-30 20:51:28 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-04-30 20:51:28 +0000
commitd5a20e4014ed3040ca1bfaeb457e7e6a5939913b (patch)
tree4d65650cfbcae5f4890729d85da11219921fbbdf /openwrt/package/fuse
parent9d7d9110bed5cd0f41a4ce3b21e014930d82c813 (diff)
downloadmtk-20170518-d5a20e4014ed3040ca1bfaeb457e7e6a5939913b.zip
mtk-20170518-d5a20e4014ed3040ca1bfaeb457e7e6a5939913b.tar.gz
mtk-20170518-d5a20e4014ed3040ca1bfaeb457e7e6a5939913b.tar.bz2
only m if CONFIG_DEVEL
SVN-Revision: 778
Diffstat (limited to 'openwrt/package/fuse')
-rw-r--r--openwrt/package/fuse/Config.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/openwrt/package/fuse/Config.in b/openwrt/package/fuse/Config.in
index ab22e28..895fcdf 100644
--- a/openwrt/package/fuse/Config.in
+++ b/openwrt/package/fuse/Config.in
@@ -2,12 +2,12 @@ config BR2_PACKAGE_FUSE
select BR2_PACKAGE_LIBPTHREAD
depends BR2_PACKAGE_KMOD_FUSE
bool
- default n
+ default m if CONFIG_DEVEL
config BR2_PACKAGE_KMOD_FUSE
select BR2_PACKAGE_FUSE
tristate "kmod-fuse (FUSE kernel module)"
- default m
+ default m if CONFIG_DEVEL
help
With FUSE it is possible to implement a fully functional
filesystem in a userspace program.
@@ -30,7 +30,7 @@ config BR2_PACKAGE_KMOD_FUSE
config BR2_PACKAGE_LIBFUSE
depends BR2_PACKAGE_KMOD_FUSE
tristate "libfuse (FUSE library)"
- default m
+ default m if CONFIG_DEVEL
help
With FUSE it is possible to implement a fully functional
filesystem in a userspace program.
@@ -53,7 +53,7 @@ config BR2_PACKAGE_LIBFUSE
config BR2_PACKAGE_FUSE_UTILS
depends BR2_PACKAGE_LIBFUSE
tristate "fuse-utils (FUSE utilities)"
- default m
+ default m if CONFIG_DEVEL
help
With FUSE it is possible to implement a fully functional
filesystem in a userspace program.