packages/net/seafile-server/Config.in
2019-10-25 07:15:05 -07:00

13 lines
237 B
Plaintext

menu "Configuration"
depends on PACKAGE_seafile-server
config SEAFILE_FUSE_SUPPORT
bool "Enable FUSE support"
select PACKAGE_libfuse
default n
config SEAFILE_CONSOLE_SUPPORT
bool "Enable seafile server console"
default n
endmenu