diff options
author | Waldemar Brodkorb <wbx@openwrt.org> | 2005-04-30 20:51:28 +0000 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openwrt.org> | 2005-04-30 20:51:28 +0000 |
commit | 86f7a31a5c504d1c2670d77a3b53d4b779383c3a (patch) | |
tree | fcc625f2aef298348dfdb3d7776c658e8a748c15 /package/fuse | |
parent | dd245380cb6a7ca6f5ef57524ef1a29ce69197f0 (diff) | |
download | upstream-86f7a31a5c504d1c2670d77a3b53d4b779383c3a.tar.gz upstream-86f7a31a5c504d1c2670d77a3b53d4b779383c3a.tar.bz2 upstream-86f7a31a5c504d1c2670d77a3b53d4b779383c3a.zip |
only m if CONFIG_DEVEL
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@778 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/fuse')
-rw-r--r-- | package/fuse/Config.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/fuse/Config.in b/package/fuse/Config.in index ab22e28671..895fcdf88d 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. |