From 3593bef2590f23a8ff3e3363ced2f2421840b204 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Sat, 21 Feb 2015 19:54:20 +0200 Subject: [PATCH] openvswitch: limit 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 7f3737cfb..97e782e89 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