toolchain: bump Codescape IMG MIPS version to 2016.05-06
[buildroot-gz.git] / package / flannel / Config.in
blob134111b1c081fa55d2f3b22e04e4b564b5bcc504
1 comment "flannel needs a toolchain w/ threads"
2         depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS && \
3                 BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
4         depends on !BR2_TOOLCHAIN_HAS_THREADS
6 config BR2_PACKAGE_FLANNEL
7         bool "flannel"
8         depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
9         depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
10         depends on BR2_TOOLCHAIN_HAS_THREADS
11         help
12           Flannel is a virtual network that gives a subnet to each
13           host for use with container runtimes.
15           https://github.com/coreos/flannel