2012-04-26 09:41:47 +02:00
|
|
|
config BR2_PACKAGE_NETATALK
|
|
|
|
bool "netatalk"
|
2013-08-14 15:32:15 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-10-09 21:49:36 +02:00
|
|
|
depends on BR2_USE_MMU # fork()
|
2015-08-08 17:31:13 +02:00
|
|
|
depends on !BR2_STATIC_LIBS
|
2012-04-26 09:41:47 +02:00
|
|
|
select BR2_PACKAGE_BERKELEYDB
|
|
|
|
select BR2_PACKAGE_OPENSSL
|
2013-08-30 23:59:56 +02:00
|
|
|
select BR2_PACKAGE_LIBEVENT
|
2012-04-26 09:41:47 +02:00
|
|
|
select BR2_PACKAGE_LIBGCRYPT
|
|
|
|
select BR2_PACKAGE_LIBGPG_ERROR
|
|
|
|
help
|
|
|
|
Netatalk can be used to turn a *NIX machine into an extremely
|
|
|
|
high-performance and reliable file server for Macintosh computers.
|
|
|
|
|
|
|
|
http://netatalk.sourceforge.net/
|
2013-08-14 15:32:15 +02:00
|
|
|
|
2015-08-08 17:31:13 +02:00
|
|
|
comment "netatalk needs a toolchain w/ threads, dynamic library"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_USE_MMU
|
2015-08-08 17:31:13 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
|