mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-12 16:20:15 +02:00
only m if CONFIG_DEVEL
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@778 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a7a559116b
commit
0e2daa2a16
@ -2,12 +2,12 @@ config BR2_PACKAGE_FUSE
|
|||||||
select BR2_PACKAGE_LIBPTHREAD
|
select BR2_PACKAGE_LIBPTHREAD
|
||||||
depends BR2_PACKAGE_KMOD_FUSE
|
depends BR2_PACKAGE_KMOD_FUSE
|
||||||
bool
|
bool
|
||||||
default n
|
default m if CONFIG_DEVEL
|
||||||
|
|
||||||
config BR2_PACKAGE_KMOD_FUSE
|
config BR2_PACKAGE_KMOD_FUSE
|
||||||
select BR2_PACKAGE_FUSE
|
select BR2_PACKAGE_FUSE
|
||||||
tristate "kmod-fuse (FUSE kernel module)"
|
tristate "kmod-fuse (FUSE kernel module)"
|
||||||
default m
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
With FUSE it is possible to implement a fully functional
|
With FUSE it is possible to implement a fully functional
|
||||||
filesystem in a userspace program.
|
filesystem in a userspace program.
|
||||||
@ -30,7 +30,7 @@ config BR2_PACKAGE_KMOD_FUSE
|
|||||||
config BR2_PACKAGE_LIBFUSE
|
config BR2_PACKAGE_LIBFUSE
|
||||||
depends BR2_PACKAGE_KMOD_FUSE
|
depends BR2_PACKAGE_KMOD_FUSE
|
||||||
tristate "libfuse (FUSE library)"
|
tristate "libfuse (FUSE library)"
|
||||||
default m
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
With FUSE it is possible to implement a fully functional
|
With FUSE it is possible to implement a fully functional
|
||||||
filesystem in a userspace program.
|
filesystem in a userspace program.
|
||||||
@ -53,7 +53,7 @@ config BR2_PACKAGE_LIBFUSE
|
|||||||
config BR2_PACKAGE_FUSE_UTILS
|
config BR2_PACKAGE_FUSE_UTILS
|
||||||
depends BR2_PACKAGE_LIBFUSE
|
depends BR2_PACKAGE_LIBFUSE
|
||||||
tristate "fuse-utils (FUSE utilities)"
|
tristate "fuse-utils (FUSE utilities)"
|
||||||
default m
|
default m if CONFIG_DEVEL
|
||||||
help
|
help
|
||||||
With FUSE it is possible to implement a fully functional
|
With FUSE it is possible to implement a fully functional
|
||||||
filesystem in a userspace program.
|
filesystem in a userspace program.
|
||||||
|
Loading…
Reference in New Issue
Block a user