diff options
author | Guo Ruijing <ruijing.guo@intel.com> | 2016-06-16 02:27:14 +0800 |
---|---|---|
committer | Guo Ruijing <ruijing.guo@intel.com> | 2016-06-16 02:29:05 +0800 |
commit | 1e0f9ea7d48815b7b10befa23e3c67a1d24e19e7 (patch) | |
tree | 87dec531ee0f75a852a12ccc6384537c3fb13e6f /build/f_isoroot/Makefile | |
parent | 3cddf277c5966c5cc584a493d5923cc5dcdc7820 (diff) |
Add OVS with NSH/DPDK build
Change-Id: I6cdcc56024a4d9fe305783f45856f388e62c0ba8
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
Diffstat (limited to 'build/f_isoroot/Makefile')
-rw-r--r-- | build/f_isoroot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/f_isoroot/Makefile b/build/f_isoroot/Makefile index ce4c269fd..de18ced7a 100644 --- a/build/f_isoroot/Makefile +++ b/build/f_isoroot/Makefile @@ -11,7 +11,7 @@ # Add Fuel plugin build targets here # Plugins disabled for the Fuel Mitaka uplift. Please re-enable your plugin as you have # verified it! -PLUGINS = f_odlpluginbuild f_onosfwpluginbuild f_vsperfpluginbuild +PLUGINS = f_odlpluginbuild f_onosfwpluginbuild f_vsperfpluginbuild f_ovs-nsh-dpdk-pluginbuild #PLUGINS = f_odlpluginbuild f_onosfwpluginbuild f_ovsnfv-dpdk-pluginbuild f_vsperfpluginbuild f_qemupluginbuild f_ovs-nsh-dpdk-pluginbuild f_bgpvpn-pluginbuild export PLUGINS #NON_8-0_REBASED_PLUGINS = f_bgpvpn-pluginbuild |