lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

Config.in (317B)


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