Config.in 686 B

12345678910111213141516171819
  1. config 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. This package provides docker-proxy, a run-time dependency of
  11. Docker.
  12. https://github.com/docker/libnetwork
  13. comment "docker-proxy needs a toolchain w/ threads"
  14. depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
  15. depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
  16. depends on !BR2_TOOLCHAIN_HAS_THREADS