openvswitch: fix building intree datapath module unconditionally
Fixes f2bf8d3
("openvswitch: provide in-tree kmod builds")
Closes openwrt/packages#7360
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
This commit is contained in:
parent
7bc5aba1df
commit
0478614556
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ CONFIGURE_VARS += \
|
||||||
KARCH=$(LINUX_KARCH) \
|
KARCH=$(LINUX_KARCH) \
|
||||||
|
|
||||||
ovs_intree_kmod_configs:=CONFIG_PACKAGE_kmod-openvswitch-intree
|
ovs_intree_kmod_configs:=CONFIG_PACKAGE_kmod-openvswitch-intree
|
||||||
ovs_intree_kmod_enabled:=$(strip $(foreach c,$(ovs_intree_kmod_configs),$(c)))
|
ovs_intree_kmod_enabled:=$(strip $(foreach c,$(ovs_intree_kmod_configs),$($(c))))
|
||||||
PKG_CONFIG_DEPENDS+=$(ovs_intree_kmod_configs)
|
PKG_CONFIG_DEPENDS+=$(ovs_intree_kmod_configs)
|
||||||
ifneq ($(ovs_intree_kmod_enabled),)
|
ifneq ($(ovs_intree_kmod_enabled),)
|
||||||
CONFIGURE_ARGS += --with-linux=$(LINUX_DIR)
|
CONFIGURE_ARGS += --with-linux=$(LINUX_DIR)
|
||||||
|
|
Loading…
Reference in a new issue