From c8c5d301795e23e3c92d102153e918f3245e30da Mon Sep 17 00:00:00 2001 From: Francisco Redondo Marchena Date: Thu, 12 Feb 2015 14:20:48 +0000 Subject: Enable Open vSwitch kernel support --- strata/bsp-x86_32-generic/linux-x86-32-generic.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'strata/bsp-x86_32-generic/linux-x86-32-generic.morph') diff --git a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph index 29ed8bf9..c661666d 100644 --- a/strata/bsp-x86_32-generic/linux-x86-32-generic.morph +++ b/strata/bsp-x86_32-generic/linux-x86-32-generic.morph @@ -88,6 +88,16 @@ configure-commands: - scripts/config -e NETFILTER - scripts/config -e NETFILTER_ADVANCED - scripts/config -e NETFILTER_XT_MATCH_ADDRTYPE +- scripts/config -e OPENVSWITCH +- scripts/config -e OPENVSWITCH_VXLAN +- scripts/config -e CONFIG_OPENVSWITCH_GRE +- scripts/config -e NET_CLS_BASIC +- scripts/config -e NET_SCH_INGRESS +- scripts/config -e NET_ACT_POLICE +- scripts/config -e NET_IPGRE_DEMUX +- scripts/config -e NET_SCH_HTB +- scripts/config -e NET_SCH_HFSC +- scripts/config -e VXLAN - yes '' | make oldconfig build-commands: - make $MAKEFLAGS -- cgit v1.2.1