mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
seafile-server: add config options for extra features
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
This commit is contained in:
committed by
Etienne CHAMPETIER
parent
79563b699f
commit
2d17695c08
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user