1comment "flannel needs a toolchain w/ threads" 2 depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS 3 depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS 4 depends on !BR2_TOOLCHAIN_HAS_THREADS 5 6config BR2_PACKAGE_FLANNEL 7 bool "flannel" 8 depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS 9 depends on BR2_PACKAGE_HOST_GO_TARGET_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. 14 15 https://github.com/flannel-io/flannel 16