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 / conntrack-tools / Config.in
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/conntrack-tools/Config.in b/cirros-testvm/src-cirros/buildroot-2015.05/package/conntrack-tools/Config.in
new file mode 100644 (file)
index 0000000..87bf2d0
--- /dev/null
@@ -0,0 +1,22 @@
+config BR2_PACKAGE_CONNTRACK_TOOLS
+       bool "conntrack-tools"
+       depends on BR2_USE_MMU # fork()
+       depends on BR2_TOOLCHAIN_HAS_NATIVE_RPC || BR2_TOOLCHAIN_HAS_THREADS # libtirpc
+       depends on !BR2_STATIC_LIBS # dlopen()
+       select BR2_PACKAGE_LIBNETFILTER_CONNTRACK
+       select BR2_PACKAGE_LIBNETFILTER_CTHELPER
+       select BR2_PACKAGE_LIBNETFILTER_CTTIMEOUT
+       select BR2_PACKAGE_LIBNETFILTER_QUEUE
+       select BR2_PACKAGE_LIBTIRPC if !BR2_TOOLCHAIN_HAS_NATIVE_RPC
+       help
+         The conntrack-tools are a set of tools targeted at
+         system administrators.
+         They are conntrack, the userspace command line interface,
+         and conntrackd, the userspace daemon.
+
+         http://www.netfilter.org/projects/conntrack-tools/
+
+comment "conntrack-tools needs a toolchain w/ threads, dynamic library"
+       depends on BR2_USE_MMU
+       depends on !(BR2_TOOLCHAIN_HAS_THREADS || BR2_TOOLCHAIN_HAS_NATIVE_RPC) || \
+               BR2_STATIC_LIBS