openvswitch: limit package to supported kernel versions
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
c36bc9cee0
commit
3593bef259
1 changed files with 2 additions and 1 deletions
|
@ -50,7 +50,8 @@ endef
|
||||||
define Package/openvswitch
|
define Package/openvswitch
|
||||||
$(call Package/openvswitch/Default)
|
$(call Package/openvswitch/Default)
|
||||||
TITLE:=Open vSwitch Userspace Package
|
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
|
endef
|
||||||
|
|
||||||
define Package/openvswitch/description
|
define Package/openvswitch/description
|
||||||
|
|
Loading…
Reference in a new issue