summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-06-15 18:10:06 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-06-15 18:50:30 +0000
commit9341b8374cc22fcefece1aa3e120268239936a3f (patch)
tree9ab29f389cd323405b73bf2fb73a73664aca515e
parentd67a0e110187abd560a1de63fa172894a52839d5 (diff)
downloadlinux-baserock/ps/add-go-docker-wip.tar.gz
add config flags for docker iptables supportbaserock/ps/add-go-docker-wip
-rw-r--r--linux-x86-64-generic.morph3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-x86-64-generic.morph b/linux-x86-64-generic.morph
index 21cfe597aa85..1fb28fac8ffa 100644
--- a/linux-x86-64-generic.morph
+++ b/linux-x86-64-generic.morph
@@ -73,8 +73,11 @@ configure-commands:
- scripts/config -e BRIDGE
- scripts/config -e VHOST_NET
- scripts/config -e NF_NAT
+ - scripts/config -e NF_NAT_NEEDED
- scripts/config -e NF_NAT_IPV4
- scripts/config -e IP_NF_TARGET_MASQUERADE
+ - scripts/config -e NETFILTER_XT_MATCH_ADDRTYPE
+ - scripts/config -e NETFILTER_XT_MATCH_CONNTRACK
- scripts/config -e FB_VESA
- yes '' | make oldconfig
build-commands: