openvswitch: limit package to supported kernel versions 941/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Sat, 21 Feb 2015 17:54:20 +0000 (19:54 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Sat, 21 Feb 2015 17:54:20 +0000 (19:54 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
net/openvswitch/Makefile

index 7f3737cfba0488a4ff5e95bb651dd408e60a6b48..97e782e89976a94cd32b02dfa029312262f0f6ef 100644 (file)
@@ -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