From 111a7d6e120b4cf5ccc6610484d8a85a783753ef Mon Sep 17 00:00:00 2001 From: "Stefan K. Berg" Date: Mon, 26 Oct 2015 10:52:42 +0100 Subject: Disabling the ODL plugin waiting for Fuel 7 uplift Change-Id: Ica4dfa6f1ab221bce62fdff0c9c065b4a93d76b5 Signed-off-by: Stefan K. Berg --- fuel/build/f_isoroot/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fuel/build/f_isoroot/Makefile b/fuel/build/f_isoroot/Makefile index 3831a09f0..968806c53 100644 --- a/fuel/build/f_isoroot/Makefile +++ b/fuel/build/f_isoroot/Makefile @@ -8,7 +8,9 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -SUBDIRS = f_kscfg f_bootstrap f_repobuild f_odlpluginbuild +SUBDIRS = f_kscfg f_bootstrap f_repobuild +# Disable f_odlplugin waiting for Fuel 7 uplift +#SUBDIRS += f_odlpluginbuild SUBCLEAN = $(addsuffix .clean,$(SUBDIRS)) .PHONY: all -- cgit 1.2.3-korg