projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c36bc9c
)
openvswitch: limit package to supported kernel versions
941/head
author
Alexandru Ardelean
<ardeleanalex@gmail.com>
Sat, 21 Feb 2015 17:54:20 +0000
(19:54 +0200)
committer
Alexandru Ardelean
<ardeleanalex@gmail.com>
Sat, 21 Feb 2015 17:54:20 +0000
(19:54 +0200)
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
net/openvswitch/Makefile
patch
|
blob
|
history
diff --git
a/net/openvswitch/Makefile
b/net/openvswitch/Makefile
index 7f3737cfba0488a4ff5e95bb651dd408e60a6b48..97e782e89976a94cd32b02dfa029312262f0f6ef 100644
(file)
--- 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