summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_5.8.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_5.8.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_5.8.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.8.bb b/meta/recipes-kernel/linux/linux-yocto_5.8.bb
index 91a4873fc9..cd34504946 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.8.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.8.bb
@@ -21,7 +21,7 @@ SRCREV_machine_qemux86 ?= "ded3e9afb3262feb367227c63da1f762f893b192"
21SRCREV_machine_qemux86-64 ?= "ded3e9afb3262feb367227c63da1f762f893b192" 21SRCREV_machine_qemux86-64 ?= "ded3e9afb3262feb367227c63da1f762f893b192"
22SRCREV_machine_qemumips64 ?= "c0568a8edccef3a9bb29c2c4911b8200892c23f2" 22SRCREV_machine_qemumips64 ?= "c0568a8edccef3a9bb29c2c4911b8200892c23f2"
23SRCREV_machine ?= "ded3e9afb3262feb367227c63da1f762f893b192" 23SRCREV_machine ?= "ded3e9afb3262feb367227c63da1f762f893b192"
24SRCREV_meta ?= "0a4bef3856894e8bca3c74c97e7924ad262c0dc8" 24SRCREV_meta ?= "80452c7c245ed02e8dda4b1c519aa270b5e73256"
25 25
26# remap qemuarm to qemuarma15 for the 5.8 kernel 26# remap qemuarm to qemuarma15 for the 5.8 kernel
27# KMACHINE_qemuarm ?= "qemuarma15" 27# KMACHINE_qemuarm ?= "qemuarma15"