From 9c44a76038c392d83e4073c5e63662d7f480fdd5 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Tue, 12 Apr 2016 13:44:24 +0200 Subject: linux/cfg: Add config fragment for openvswitch Enable support for Open vSwitch in the kernel. Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- recipes-kernel/linux/files/cfg/openvswitch.cfg | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 recipes-kernel/linux/files/cfg/openvswitch.cfg diff --git a/recipes-kernel/linux/files/cfg/openvswitch.cfg b/recipes-kernel/linux/files/cfg/openvswitch.cfg new file mode 100644 index 0000000..a8853e8 --- /dev/null +++ b/recipes-kernel/linux/files/cfg/openvswitch.cfg @@ -0,0 +1,7 @@ +CONFIG_NET=y +CONFIG_INET=y +CONFIG_OPENVSWITCH=y +CONFIG_NET_IPGRE_DEMUX=y +CONFIG_OPENVSWITCH_GRE=y +CONFIG_VXLAN=y +CONFIG_OPENVSWITCH_VXLAN=y -- cgit v1.2.3-54-g00ecf