From 02830801df12e8e656225708b1636179864f9928 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Thu, 8 Jun 2017 12:32:31 +0200 Subject: ovs: rework ovs configs according to http://docs.openvswitch.org/en/latest/intro/install/general/ ovs kernel module exists in two places: - in kernel tree, which cane be enabled with kernel_ovs.scc - in OVS tree, which can be enabled with openvswitch_support.scc (adding only the support required by OVS in kernel) and the module is built from OVS source tree, separatly. Signed-off-by: Adrian Calianu --- features/openvswitch/kernel_ovs.scc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 features/openvswitch/kernel_ovs.scc (limited to 'features/openvswitch/kernel_ovs.scc') diff --git a/features/openvswitch/kernel_ovs.scc b/features/openvswitch/kernel_ovs.scc new file mode 100644 index 0000000..2e3c131 --- /dev/null +++ b/features/openvswitch/kernel_ovs.scc @@ -0,0 +1,5 @@ +define KFEATURE_DESCRIPTION "Enable in kernel OpenvSwitch module" +define KFEATURE_COMPATIBILITY board + +include features/openvswitch/openvswitch_support.scc +kconf non-hardware openvswitch.cfg -- cgit v1.2.3-54-g00ecf