diff options
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 | ||
