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/openvswitch_support.scc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 features/openvswitch/openvswitch_support.scc (limited to 'features/openvswitch/openvswitch_support.scc') diff --git a/features/openvswitch/openvswitch_support.scc b/features/openvswitch/openvswitch_support.scc new file mode 100644 index 0000000..59d5f36 --- /dev/null +++ b/features/openvswitch/openvswitch_support.scc @@ -0,0 +1,5 @@ +define KFEATURE_DESCRIPTION "Enable OpenvSwitch support dependencies in kernel" +define KFEATURE_COMPATIBILITY board + +kconf non-hardware ingress_policy.cfg +kconf non-hardware tun.cfg -- cgit v1.2.3-54-g00ecf