From be18412204ecbc614fa35301f9c2d37304920def Mon Sep 17 00:00:00 2001 From: Sona Sarmadi Date: Fri, 27 Apr 2018 13:19:07 +0200 Subject: Configure kernel to include the OVS kernel module Signed-off-by: Sona Sarmadi Signed-off-by: Adrian Dudau --- features/openvswitch/openvswitch.cfg | 2 ++ features/openvswitch/openvswitch.scc | 5 +++++ 2 files changed, 7 insertions(+) create mode 100644 features/openvswitch/openvswitch.scc diff --git a/features/openvswitch/openvswitch.cfg b/features/openvswitch/openvswitch.cfg index 82b61f8..e93de69 100644 --- a/features/openvswitch/openvswitch.cfg +++ b/features/openvswitch/openvswitch.cfg @@ -1 +1,3 @@ CONFIG_OPENVSWITCH=m +CONFIG_OPENVSWITCH_GRE=m +CONFIG_OPENVSWITCH_VXLAN=m diff --git a/features/openvswitch/openvswitch.scc b/features/openvswitch/openvswitch.scc new file mode 100644 index 0000000..cf47c06 --- /dev/null +++ b/features/openvswitch/openvswitch.scc @@ -0,0 +1,5 @@ +define KFEATURE_DESCRIPTION "Enable OpenvSwitch in-tree kernel module" +define KFEATURE_COMPATIBILITY board + +kconf non-hardware openvswitch.cfg + -- cgit v1.2.3-54-g00ecf