openvswitch: limit package to supported kernel versions

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean 2015-02-21 19:54:20 +02:00
parent c36bc9cee0
commit 3593bef259

View 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