summaryrefslogtreecommitdiffstats
path: root/package/docker-proxy/Config.in
blob: 596e18a3f32d30e5e14a643f9cd455d8c8e0bfda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config BR2_PACKAGE_DOCKER_PROXY
	bool "docker-proxy"
	depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
	depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
	depends on BR2_TOOLCHAIN_HAS_THREADS
	help
	  Libnetwork is a Container Network Model that provides a
	  consistent programming interface and the required network
	  abstractions for applications.

	  This package provides docker-proxy, a run-time dependency of
	  Docker.

	  https://github.com/docker/libnetwork

comment "docker-proxy needs a toolchain w/ threads"
	depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
	depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
	depends on !BR2_TOOLCHAIN_HAS_THREADS
OpenPOWER on IntegriCloud