config FREETZ_PACKAGE_UMURMUR bool "umurmur 0.2.6" select FREETZ_LIB_libconfig select FREETZ_LIB_libcrypto if ! FREETZ_PACKAGE_UMURMUR_USE_POLARSSL select FREETZ_LIB_libssl if ! FREETZ_PACKAGE_UMURMUR_USE_POLARSSL default n help umurmur is a minimalistic Mumble server primarily targeted to run on routers using less resources. It targets to fill the needs of a pretty small group of users communicating, which in part originates from the other goal of working well on a small system with a limited CPU and limited amount of disk space. It also aims to minimize writing to the disk since these kinds of systems usually only has a flash memory for disk. umurmur supports a subset of the features of Murmur. http://code.google.com/p/umurmur/ config FREETZ_PACKAGE_UMURMUR_USE_POLARSSL bool "Use polarssl instead of openssl" depends on FREETZ_PACKAGE_UMURMUR select FREETZ_LIB_libpolarssl default n help Use lightweight PolarSSL as SSL library.