[Buildroot] [git commit] docker-engine: add iptables runtime dependency

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Wed Oct 19 21:18:45 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=092d3e5e0c28f131e1a6bf375273f4d8f7c2f16d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The Docker engine calls iptables internally:

https://github.com/docker/libnetwork/blob/2c921b/iptables/iptables.go#L400

Signed-off-by: Christian Stewart <christian at paral.in>
[Thomas: fix indentation.]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/docker-engine/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/docker-engine/Config.in b/package/docker-engine/Config.in
index b9b9aac..5c4e0ee 100644
--- a/package/docker-engine/Config.in
+++ b/package/docker-engine/Config.in
@@ -16,6 +16,7 @@ config BR2_PACKAGE_DOCKER_ENGINE_DAEMON
 	depends on BR2_USE_MMU # docker-containerd
 	depends on BR2_USE_WCHAR # docker-containerd
 	select BR2_PACKAGE_DOCKER_CONTAINERD # runtime dependency
+	select BR2_PACKAGE_IPTABLES # runtime dependency
 	select BR2_PACKAGE_SQLITE # runtime dependency
 	default y
 	help


More information about the buildroot mailing list