set hidden fuse config option to n again
[openwrt.git] / openwrt / package / fuse / Config.in
index ab22e28..de985e9 100644 (file)
@@ -7,7 +7,7 @@ config BR2_PACKAGE_FUSE
 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.
This page took 0.031028 seconds and 4 git commands to generate.