commit 5fa6635e9b4d75d05be2275597094c9e5a88e86d
parent 137744a742d716fc7975dbc35ab04891a948f4cd
Author: Ted Hess <thess@kitschensync.net>
Date: Sat, 28 Feb 2015 20:44:48 -0500
Merge pull request #941 from commodo/ovs-fix
openvswitch: limit package to supported kernel versions
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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