1*4882a593Smuzhiyuncomment "flannel needs a toolchain w/ threads" 2*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS 3*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS 4*4882a593Smuzhiyun depends on !BR2_TOOLCHAIN_HAS_THREADS 5*4882a593Smuzhiyun 6*4882a593Smuzhiyunconfig BR2_PACKAGE_FLANNEL 7*4882a593Smuzhiyun bool "flannel" 8*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS 9*4882a593Smuzhiyun depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS 10*4882a593Smuzhiyun depends on BR2_TOOLCHAIN_HAS_THREADS 11*4882a593Smuzhiyun help 12*4882a593Smuzhiyun Flannel is a virtual network that gives a subnet to each 13*4882a593Smuzhiyun host for use with container runtimes. 14*4882a593Smuzhiyun 15*4882a593Smuzhiyun https://github.com/flannel-io/flannel 16