1config BR2_PACKAGE_DOCKER_PROXY 2 bool "docker-proxy" 3 depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS 4 depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS 5 depends on BR2_TOOLCHAIN_HAS_THREADS 6 help 7 Libnetwork is a Container Network Model that provides a 8 consistent programming interface and the required network 9 abstractions for applications. 10 11 This package provides docker-proxy, a run-time dependency of 12 Docker. 13 14 https://github.com/docker/libnetwork 15 16comment "docker-proxy needs a toolchain w/ threads" 17 depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS 18 depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS 19 depends on !BR2_TOOLCHAIN_HAS_THREADS 20