diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 7f3737cfb..97e782e89 100644 --- 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