From fff95cd4f46f11bb1c3141d6d841595b6b2babd5 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sun, 8 Mar 2015 18:10:11 +0200 Subject: [PATCH] openvswitch: limit kernel package to supported kernel versions Signed-off-by: Alexandru Ardelean --- net/openvswitch/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 97e782e89..3fb6ca893 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -95,7 +95,8 @@ define KernelPackage/openvswitch SUBMENU:=Network Support TITLE:=Open vSwitch Kernel Package KCONFIG:=CONFIG_BRIDGE - DEPENDS:=+kmod-stp +kmod-ipv6 +kmod-gre +kmod-lib-crc32c +kmod-vxlan + DEPENDS:=+kmod-stp +kmod-ipv6 +kmod-gre +kmod-lib-crc32c +kmod-vxlan \ + @(LINUX_3_8||LINUX_3_10||LINUX_3_13||LINUX_3_14) FILES:= \ $(PKG_BUILD_DIR)/datapath/linux/openvswitch.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoLoad,21,openvswitch)