diff options
| author | Gabriel Ionescu <gabriel.ionescu@enea.com> | 2017-03-30 13:14:40 +0200 |
|---|---|---|
| committer | Gabriel Ionescu <gabriel.ionescu@enea.com> | 2017-03-30 17:24:02 +0200 |
| commit | d0ce2e1a6deb4ad9bb4107b61838297412644257 (patch) | |
| tree | 705414a147b84bbe7925669b6a58c1d34b34d0fc /features | |
| parent | 8a1c6d97adae764921663320feb5cbb8356e2115 (diff) | |
| download | enea-kernel-cache-d0ce2e1a6deb4ad9bb4107b61838297412644257.tar.gz | |
Move openvswitch fragment from meta-virtualization
This patch contains the same openvswitch configurations present
in meta-virtualization.
Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
Diffstat (limited to 'features')
| -rw-r--r-- | features/openvswitch/vswitch.cfg | 2 | ||||
| -rw-r--r-- | features/openvswitch/vswitch.scc | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/features/openvswitch/vswitch.cfg b/features/openvswitch/vswitch.cfg new file mode 100644 index 0000000..0067504 --- /dev/null +++ b/features/openvswitch/vswitch.cfg | |||
| @@ -0,0 +1,2 @@ | |||
| 1 | CONFIG_OPENVSWITCH=m | ||
| 2 | CONFIG_NET_SCH_INGRESS=m | ||
diff --git a/features/openvswitch/vswitch.scc b/features/openvswitch/vswitch.scc new file mode 100644 index 0000000..2790b4f --- /dev/null +++ b/features/openvswitch/vswitch.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable in kernel OpenvSwitch module" | ||
| 2 | define KFEATURE_COMPATIBILITY board | ||
| 3 | |||
| 4 | kconf non-hardware vswitch.cfg | ||
