2016-05-26 20:21:33 +02:00
|
|
|
comment "flannel needs a toolchain w/ threads"
|
2019-02-06 14:23:57 +01:00
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
2016-05-26 20:21:33 +02:00
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
|
2016-04-04 21:31:49 +02:00
|
|
|
config BR2_PACKAGE_FLANNEL
|
|
|
|
bool "flannel"
|
2019-02-06 14:23:57 +01:00
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
|
|
|
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
2016-05-26 20:21:33 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2016-04-04 21:31:49 +02:00
|
|
|
help
|
|
|
|
Flannel is a virtual network that gives a subnet to each
|
|
|
|
host for use with container runtimes.
|
|
|
|
|
2021-06-22 15:45:26 +02:00
|
|
|
https://github.com/flannel-io/flannel
|