summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-09-02 16:11:20 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-15 11:53:28 +0100
commit46e74e1253ab9e1a81c1da89e0647471eaf23995 (patch)
tree9a5ed402a3b145de3894bc8baf7f498391d07c26 /meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
parent85574ce0cf84eaf828334dd2fafadc18909e73b5 (diff)
downloadpoky-46e74e1253ab9e1a81c1da89e0647471eaf23995.tar.gz
linux-yocto/config: netfilter: Enable nat for ipv4 and ipv6
Integrating the following commit(s): 80452c7c245 netfilter: Enable nat for ipv4 and ipv6 (From OE-Core rev: 788623ab2913e760da9405de1c3a2633140122eb) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
index f835a45870..bc3a1e50e0 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.4.bb
@@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2"
17 17
18SRCREV_machine_qemuarm ?= "f30ce7653a038eb05ef0503d0d15c7c6ec33cdc5" 18SRCREV_machine_qemuarm ?= "f30ce7653a038eb05ef0503d0d15c7c6ec33cdc5"
19SRCREV_machine ?= "00809fdaf65b24fcd0347f3d3e489e2890f7ed44" 19SRCREV_machine ?= "00809fdaf65b24fcd0347f3d3e489e2890f7ed44"
20SRCREV_meta ?= "7ed307f65171d331a784ceecb6f56b9f8ecadb10" 20SRCREV_meta ?= "647f4fd91cc47567a7d88f21a6ad7d230d354469"
21 21
22PV = "${LINUX_VERSION}+git${SRCPV}" 22PV = "${LINUX_VERSION}+git${SRCPV}"
23 23