diff options
| author | Mihai Prica <mihai.prica@intel.com> | 2012-11-15 12:11:37 +0200 |
|---|---|---|
| committer | Raymond Danks <ray.danks@se-eng.com> | 2012-11-26 16:21:15 -0700 |
| commit | bf7a0aa0556675eb004f148471c575b2f484c434 (patch) | |
| tree | b839f9f84e16b69877abb978ab0ed49f17189364 /recipes-kernel | |
| parent | 6777842470676f4c597b663f8e7c9c78b5c58ff6 (diff) | |
| download | meta-virtualization-bf7a0aa0556675eb004f148471c575b2f484c434.tar.gz | |
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>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-yocto/xt-checksum.cfg | 1 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-yocto/xt-checksum.scc | 4 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-yocto_3.4.bbappend | 3 |
3 files changed, 7 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-yocto/xt-checksum.cfg b/recipes-kernel/linux/linux-yocto/xt-checksum.cfg new file mode 100644 index 00000000..58afbff6 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto/xt-checksum.cfg | |||
| @@ -0,0 +1 @@ | |||
| CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m | |||
diff --git a/recipes-kernel/linux/linux-yocto/xt-checksum.scc b/recipes-kernel/linux/linux-yocto/xt-checksum.scc new file mode 100644 index 00000000..d3804f0c --- /dev/null +++ b/recipes-kernel/linux/linux-yocto/xt-checksum.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Add extra iptables modules" | ||
| 2 | define KFEATURE_COMPATIBILITY board | ||
| 3 | |||
| 4 | kconf non-hardware xt-checksum.cfg | ||
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend index 78d3b836..dc97c1b8 100644 --- a/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 2 | 2 | ||
| 3 | SRC_URI += "file://ebtables.scc " | 3 | SRC_URI += "file://xt-checksum.scc \ |
| 4 | file://ebtables.scc " | ||
| 4 | 5 | ||
