From: Yousong Zhou Date: Wed, 25 Mar 2020 14:51:16 +0000 (+0800) Subject: openvswitch: unset CONFIG_AUTOREMOVE X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=07d6310d2fb9a5e8c453bce62052c7d191817d2b;p=feed%2Fpackages.git 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 --- 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)))\ )