|
@@ -1,6 +1,7 @@
|
|
|
config BR2_PACKAGE_DOCKER_CONTAINERD
|
|
|
bool "docker-containerd"
|
|
|
depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
|
|
|
+ depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
depends on BR2_USE_MMU # util-linux
|
|
|
depends on BR2_USE_WCHAR # util-linux
|
|
@@ -17,5 +18,6 @@ config BR2_PACKAGE_DOCKER_CONTAINERD
|
|
|
|
|
|
comment "docker-containerd needs a toolchain w/ threads, wchar"
|
|
|
depends on BR2_PACKAGE_HOST_GO_ARCH_SUPPORTS
|
|
|
+ depends on BR2_PACKAGE_HOST_GO_CGO_LINKING_SUPPORTS
|
|
|
depends on BR2_USE_MMU
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|