mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
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 <yszhou4tech@gmail.com>
This commit is contained in:
@@ -272,6 +272,8 @@ endif
|
|||||||
TARGET_CFLAGS += -flto -std=gnu99
|
TARGET_CFLAGS += -flto -std=gnu99
|
||||||
MAKE_VARS += PYTHONPATH="$(HOST_PYTHON3PATH)"
|
MAKE_VARS += PYTHONPATH="$(HOST_PYTHON3PATH)"
|
||||||
|
|
||||||
|
override CONFIG_AUTOREMOVE=
|
||||||
|
|
||||||
$(foreach p,$(ovs_kmod_packages),\
|
$(foreach p,$(ovs_kmod_packages),\
|
||||||
$(eval $(call KernelPackage,$(p)))\
|
$(eval $(call KernelPackage,$(p)))\
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user