mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
linux-yocto: added kernel configs for iptables modules iptables: loaded necessary kernel modules
Signed-off-by: Mihai Prica <mihai.prica@intel.com> Signed-off-by: Raymond Danks <ray.danks@se-eng.com>
This commit is contained in:
parent
6777842470
commit
bf7a0aa055
8
recipes-extended/iptables/iptables_1.4.15.bbappend
Normal file
8
recipes-extended/iptables/iptables_1.4.15.bbappend
Normal file
|
@ -0,0 +1,8 @@
|
|||
RRECOMMENDS_${PN} += "kernel-module-ip6-tables \
|
||||
kernel-module-ip6table-filter \
|
||||
kernel-module-xt-tcpudp \
|
||||
kernel-module-ipt-reject \
|
||||
kernel-module-iptable-mangle \
|
||||
kernel-module-xt-checksum \
|
||||
kernel-module-xt-state \
|
||||
"
|
1
recipes-kernel/linux/linux-yocto/xt-checksum.cfg
Normal file
1
recipes-kernel/linux/linux-yocto/xt-checksum.cfg
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m
|
4
recipes-kernel/linux/linux-yocto/xt-checksum.scc
Normal file
4
recipes-kernel/linux/linux-yocto/xt-checksum.scc
Normal file
|
@ -0,0 +1,4 @@
|
|||
define KFEATURE_DESCRIPTION "Add extra iptables modules"
|
||||
define KFEATURE_COMPATIBILITY board
|
||||
|
||||
kconf non-hardware xt-checksum.cfg
|
|
@ -1,4 +1,5 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SRC_URI += "file://ebtables.scc "
|
||||
SRC_URI += "file://xt-checksum.scc \
|
||||
file://ebtables.scc "
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user