diff options
| author | Mihai Prica <mihai.prica@intel.com> | 2012-11-15 12:07:40 +0200 |
|---|---|---|
| committer | Raymond Danks <ray.danks@se-eng.com> | 2012-11-26 16:21:15 -0700 |
| commit | 6777842470676f4c597b663f8e7c9c78b5c58ff6 (patch) | |
| tree | 8b9d1a3c8bc14482d8f73b893a7ba29ef0e56ee3 /recipes-kernel | |
| parent | e71f63a6b8bcddc1b4aaf3c37e25d07e2d2335bd (diff) | |
| download | meta-virtualization-6777842470676f4c597b663f8e7c9c78b5c58ff6.tar.gz | |
ebtables: added necessary kernel modules linux-yocto: added kernel configs for ebtables 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/ebtables.cfg | 2 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-yocto/ebtables.scc | 4 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-yocto_3.4.bbappend | 4 |
3 files changed, 10 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-yocto/ebtables.cfg b/recipes-kernel/linux/linux-yocto/ebtables.cfg new file mode 100644 index 00000000..a3c514e1 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto/ebtables.cfg | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | CONFIG_BRIDGE_NF_EBTABLES=m | ||
| 2 | CONFIG_BRIDGE_EBT_T_NAT=m | ||
diff --git a/recipes-kernel/linux/linux-yocto/ebtables.scc b/recipes-kernel/linux/linux-yocto/ebtables.scc new file mode 100644 index 00000000..b3895e58 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto/ebtables.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable ebtables support" | ||
| 2 | define KFEATURE_COMPATIBILITY board | ||
| 3 | |||
| 4 | kconf non-hardware ebtables.cfg | ||
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend new file mode 100644 index 00000000..78d3b836 --- /dev/null +++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | SRC_URI += "file://ebtables.scc " | ||
| 4 | |||
