2016-05-29 16:38:35 +00:00
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_seafile-server
|
|
|
|
|
|
|
|
config SEAFILE_FUSE_SUPPORT
|
|
|
|
bool "Enable FUSE support"
|
|
|
|
select PACKAGE_libfuse
|
2016-05-29 23:23:44 +00:00
|
|
|
default n
|
2016-05-29 16:38:35 +00:00
|
|
|
|
|
|
|
config SEAFILE_CONSOLE_SUPPORT
|
|
|
|
bool "Enable seafile server console"
|
|
|
|
default n
|
|
|
|
|
|
|
|
config SEAFILE_RIAK_SUPPORT
|
|
|
|
bool "Enable support for riak backend"
|
|
|
|
default n
|
|
|
|
endmenu
|