summaryrefslogtreecommitdiffstats
path: root/net/seafile-server/Config.in
blob: d66632fa41b963b485242e0d16158232dbb24ab4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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