From: Alexandru Ardelean Date: Sat, 21 Feb 2015 17:54:20 +0000 (+0200) Subject: openvswitch: limit package to supported kernel versions X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=3593bef2590f23a8ff3e3363ced2f2421840b204;p=feed%2Fpackages.git openvswitch: limit package to supported kernel versions Signed-off-by: Alexandru Ardelean --- diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 7f3737cfba..97e782e899 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -50,7 +50,8 @@ endef define Package/openvswitch $(call Package/openvswitch/Default) TITLE:=Open vSwitch Userspace Package - DEPENDS:=+libpcap +libopenssl +librt +libatomic +kmod-openvswitch + DEPENDS:=+libpcap +libopenssl +librt +libatomic +kmod-openvswitch \ + @(LINUX_3_8||LINUX_3_10||LINUX_3_13||LINUX_3_14) endef define Package/openvswitch/description