The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / netatalk / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/netatalk/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/netatalk/Config.in
new file mode 100644 (file)
index 0000000..cdb2039
--- /dev/null
@@ -0,0 +1,18 @@
+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_USE_MMU
+       depends on !BR2_TOOLCHAIN_HAS_THREADS