66bb10b7b0
This patch lines up the comments in Config.in files that clarify which toolchain options the package depends on. Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
18 lines
533 B
Plaintext
18 lines
533 B
Plaintext
config BR2_PACKAGE_NETATALK
|
|
bool "netatalk"
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
depends on BR2_USE_MMU # fork()
|
|
select BR2_PACKAGE_BERKELEYDB
|
|
select BR2_PACKAGE_OPENSSL
|
|
select BR2_PACKAGE_LIBEVENT
|
|
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/
|
|
|
|
comment "netatalk needs a toolchain w/ threads"
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|