mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
openvswitch: limit package to supported kernel versions
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user