Browse Source

openvswitch: limit package to supported kernel versions

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 9 years ago
parent
commit
3593bef259
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      net/openvswitch/Makefile

+ 2
- 1
net/openvswitch/Makefile View File

@ -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


Loading…
Cancel
Save