From: Alexandru Ardelean Date: Sun, 8 Mar 2015 16:10:11 +0000 (+0200) Subject: openvswitch: limit kernel package to supported kernel versions X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=fff95cd4f46f11bb1c3141d6d841595b6b2babd5;p=openwrt-packages.git openvswitch: limit kernel package to supported kernel versions Signed-off-by: Alexandru Ardelean --- 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)