From 27f714a6fc5a6225e001b1eaa2c9aa856a7b2b52 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 5 Sep 2014 10:49:38 +0000 Subject: linux: Enable full NAT on all platforms Required for Docker. --- strata/bsp-armv7-highbank/linux-armv7-highbank.morph | 1 + strata/bsp-armv7-versatile/linux-armv7-versatile.morph | 1 + strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph | 1 + strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph | 1 + strata/bsp-ppc64-generic/linux-ppc64.morph | 1 + strata/bsp-wandboard/linux-armv7-wandboard.morph | 1 + 6 files changed, 6 insertions(+) diff --git a/strata/bsp-armv7-highbank/linux-armv7-highbank.morph b/strata/bsp-armv7-highbank/linux-armv7-highbank.morph index 10a67493..8e70d4f5 100644 --- a/strata/bsp-armv7-highbank/linux-armv7-highbank.morph +++ b/strata/bsp-armv7-highbank/linux-armv7-highbank.morph @@ -41,6 +41,7 @@ configure-commands: - scripts/config -e VHOST_NET - scripts/config -e VETH - scripts/config -e MACVLAN +- scripts/config -e NF_NAT - yes '' | make oldconfig build-commands: - make zImage $MAKEFLAGS diff --git a/strata/bsp-armv7-versatile/linux-armv7-versatile.morph b/strata/bsp-armv7-versatile/linux-armv7-versatile.morph index 11f45861..8740d046 100644 --- a/strata/bsp-armv7-versatile/linux-armv7-versatile.morph +++ b/strata/bsp-armv7-versatile/linux-armv7-versatile.morph @@ -21,6 +21,7 @@ configure-commands: - scripts/config -e VHOST_NET - scripts/config -e VETH - scripts/config -e MACVLAN +- scripts/config -e NF_NAT - yes '' | make oldconfig build-commands: - make ARCH=arm zImage $MAKEFLAGS diff --git a/strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph b/strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph index 722b11b9..f057043c 100644 --- a/strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph +++ b/strata/bsp-armv7b-highbank/linux-armv7b-highbank.morph @@ -43,6 +43,7 @@ configure-commands: - scripts/config -e VHOST_NET - scripts/config -e VETH - scripts/config -e MACVLAN +- scripts/config -e NF_NAT - yes '' | make oldconfig build-commands: - make zImage $MAKEFLAGS diff --git a/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph b/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph index be1db1e5..67aeff86 100644 --- a/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph +++ b/strata/bsp-armv7b-vexpress-tc2/linux-armv7b-vexpress-tc2.morph @@ -43,6 +43,7 @@ configure-commands: - scripts/config -e VHOST_NET - scripts/config -e VETH - scripts/config -e MACVLAN +- scripts/config -e NF_NAT - yes '' | make oldconfig build-commands: - make zImage vexpress-v2p-ca15_a7.dtb diff --git a/strata/bsp-ppc64-generic/linux-ppc64.morph b/strata/bsp-ppc64-generic/linux-ppc64.morph index 2b811947..055fcf67 100644 --- a/strata/bsp-ppc64-generic/linux-ppc64.morph +++ b/strata/bsp-ppc64-generic/linux-ppc64.morph @@ -52,6 +52,7 @@ configure-commands: - scripts/config -e VHOST_NET - scripts/config -e VETH - scripts/config -e MACVLAN +- scripts/config -e NF_NAT - yes '' | make oldconfig build-commands: - make $MAKEFLAGS ARCH=powerpc zImage diff --git a/strata/bsp-wandboard/linux-armv7-wandboard.morph b/strata/bsp-wandboard/linux-armv7-wandboard.morph index b5a40923..9c5cf72a 100644 --- a/strata/bsp-wandboard/linux-armv7-wandboard.morph +++ b/strata/bsp-wandboard/linux-armv7-wandboard.morph @@ -48,6 +48,7 @@ configure-commands: - scripts/config -e VHOST_NET - scripts/config -e VETH - scripts/config -e MACVLAN +- scripts/config -e NF_NAT - yes '' | make oldconfig build-commands: - make $MAKEFLAGS ARCH=arm LOADADDR=0x10800000 uImage dtbs -- cgit v1.2.1