summaryrefslogtreecommitdiffstats
path: root/systems/centos/build_base_machine.sh
diff options
context:
space:
mode:
Diffstat (limited to 'systems/centos/build_base_machine.sh')
-rwxr-xr-xsystems/centos/build_base_machine.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/centos/build_base_machine.sh b/systems/centos/build_base_machine.sh
index 5430ceba..f2efb541 100755
--- a/systems/centos/build_base_machine.sh
+++ b/systems/centos/build_base_machine.sh
@@ -77,3 +77,5 @@ python33
python33-python-tkinter
git-review
" | grep -v ^#)
+# prevent ovs vanilla from building from source due to kernel incompatibilities
+sed -i s/'SUBBUILDS = src_vanilla'/'#SUBBUILDS = src_vanilla'/ ../src/Makefile