Browse Source

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>
lilik-openwrt-22.03
Yousong Zhou 5 years ago
parent
commit
07d6310d2f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      net/openvswitch/Makefile

+ 2
- 0
net/openvswitch/Makefile View File

@ -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)))\
)


Loading…
Cancel
Save