From: wbx Date: Sat, 30 Apr 2005 20:51:28 +0000 (+0000) Subject: only m if CONFIG_DEVEL X-Git-Url: https://git.rohieb.name/openwrt.git/commitdiff_plain/0e2daa2a1644268371aeb841c9758e22ef21f7fb?hp=a7a559116b3d4cf3bb74e6678f66de29f98aa731 only m if CONFIG_DEVEL git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@778 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/package/fuse/Config.in b/package/fuse/Config.in index ab22e2867..895fcdf88 100644 --- a/package/fuse/Config.in +++ b/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.