From 12da4527ea86cad17674a517e243cd4af7a52be7 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 29 Dec 2016 22:38:07 -0500 Subject: linux-yocto/4.4/4.8/4.9: netfilter: iptables: enable NAT tables This changes adds 'nat' table in iptables. The netfilter side is already configured for NAT but iptables config was missing. Further, CONFIG_IP_NF_TARGET* configured below depend on CONFIG_IP_NF_NAT but remain disabled unless CONFIG_IP_NF_NAT is explicitly enabled. CONFIG_IP_NF_TARGET_MASQUERADE is needed by Connman to support tethering. (From OE-Core rev: 0a382b58c01bb359b225f48f312f696f0badf27b) Signed-off-by: Mikko Ylinen Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto_4.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_4.9.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_4.9.bb b/meta/recipes-kernel/linux/linux-yocto_4.9.bb index b623c8b3fc..256d3dbea0 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.9.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.9.bb @@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "617635e43afee1aaf98a8f8300596f7a112513c0" SRCREV_machine_qemux86-64 ?= "617635e43afee1aaf98a8f8300596f7a112513c0" SRCREV_machine_qemumips64 ?= "3183d61d4d00d8b7faf10d11b3da8cf3db432e6f" SRCREV_machine ?= "617635e43afee1aaf98a8f8300596f7a112513c0" -SRCREV_meta ?= "68e8915786f48996e699272ba33626a44978a14e" +SRCREV_meta ?= "0cf14593694d33518aabd4846d50adeeb7f559ed" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}" -- cgit v1.2.3-54-g00ecf