From 0a382b58c01bb359b225f48f312f696f0badf27b 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. Signed-off-by: Mikko Ylinen Signed-off-by: Bruce Ashfield Signed-off-by: Ross Burton --- meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index 20ea0dc9b2..53a9b5736d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "61d7bf47fe27b7dfd9a73b0a6de2d78a29af8b74" -SRCREV_meta ?= "7da5624a915368bb93814379e7e1c3bbefae4cae" +SRCREV_meta ?= "4c31a115453dad875dda85786c4c34572d6c64a2" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" -- cgit v1.2.3