blob: 0e1925bcea7ea598edb76ad0d995597c96aa933c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
menu "Configuration"
depends on PACKAGE_seafile-server
config SEAFILE_FUSE_SUPPORT
bool "Enable FUSE support"
default n
select PACKAGE_libfuse
config SEAFILE_CONSOLE_SUPPORT
bool "Enable seafile server console"
default n
config SEAFILE_RIAK_SUPPORT
bool "Enable support for riak backend"
default n
endmenu
|