1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-26 01:27:41 +02:00
openwrt-packages/net/seafile-server/Config.in
Gergely Kiss 8952b4ad62 seafile-server: fix dependency specification
Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
2016-08-24 20:35:34 +00:00

17 lines
317 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
config SEAFILE_RIAK_SUPPORT
bool "Enable support for riak backend"
default n
endmenu