mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
19
package/docker-proxy/Config.in
Normal file
19
package/docker-proxy/Config.in
Normal file
@@ -0,0 +1,19 @@
|
||||
config BR2_PACKAGE_DOCKER_PROXY
|
||||
bool "docker-proxy"
|
||||
depends on BR2_PACKAGE_HOST_GO_TARGET_ARCH_SUPPORTS
|
||||
depends on BR2_PACKAGE_HOST_GO_TARGET_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_TARGET_ARCH_SUPPORTS
|
||||
depends on BR2_PACKAGE_HOST_GO_TARGET_CGO_LINKING_SUPPORTS
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||
Reference in New Issue
Block a user