openvswitch: depend on IPV6 for intree kmods
authorYousong Zhou <yszhou4tech@gmail.com>
Wed, 25 Mar 2020 15:04:12 +0000 (23:04 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Thu, 26 Mar 2020 07:50:34 +0000 (15:50 +0800)
Ref: https://github.com/openwrt/packages/issues/11665
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
net/openvswitch/Makefile

index 14231a0d9a59bb864aaa9e2c6a453587322b3252..09ff2b4a79347ac508e045ce78b48f6ed51f5db4 100644 (file)
@@ -57,7 +57,7 @@ ifeq ($(if $(call ovs_kmod_is_intree,$(1)),$(ovs_kmod_intree_not_supported)),)
      CATEGORY:=Kernel modules
      SUBMENU:=Network Support
      TITLE:=$(ovs_kmod_$(1)_title)
-     DEPENDS:=$(ovs_kmod_$(1)_depends) $(if $(call ovs_kmod_is_intree,$(1)),@DEVEL)
+     DEPENDS:=$(ovs_kmod_$(1)_depends) $(if $(call ovs_kmod_is_intree,$(1)),@IPV6 @DEVEL)
      PROVIDES:=$(call ovs_kmod_package_provides,$(1))
      KCONFIG:=$(ovs_kmod_$(1)_kconfig)
      FILES:=$(ovs_kmod_$(1)_files)