mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
Merge pull request #941 from commodo/ovs-fix
openvswitch: limit package to supported kernel versions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user