From 07d6310d2fb9a5e8c453bce62052c7d191817d2b Mon Sep 17 00:00:00 2001 From: Yousong Zhou Date: Wed, 25 Mar 2020 22:51:16 +0800 Subject: [PATCH] openvswitch: unset CONFIG_AUTOREMOVE Phase 2 buildbots with this option enabled will cleanup openvswitch build dir which is needed later when building ovn Signed-off-by: Yousong Zhou --- net/openvswitch/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 06186b5cc5..14231a0d9a 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -272,6 +272,8 @@ endif TARGET_CFLAGS += -flto -std=gnu99 MAKE_VARS += PYTHONPATH="$(HOST_PYTHON3PATH)" +override CONFIG_AUTOREMOVE= + $(foreach p,$(ovs_kmod_packages),\ $(eval $(call KernelPackage,$(p)))\ ) -- 2.30.2