Revert "openvswitch: remove dependency on kernel version"
This reverts commit 44df061c48
.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
a576b1d829
commit
e8e827c2c6
1 changed files with 3 additions and 1 deletions
|
@ -29,6 +29,8 @@ PKG_BUILD_PARALLEL:=1
|
||||||
PKG_FIXUP:=autoreconf
|
PKG_FIXUP:=autoreconf
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
|
SUPPORTED_KERNELS:=LINUX_3_18||LINUX_4_1||LINUX_4_3||LINUX_4_4||LINUX_4_9
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../../lang/python/python-package.mk
|
include ../../lang/python/python-package.mk
|
||||||
|
|
||||||
|
@ -53,7 +55,7 @@ endef
|
||||||
define Package/openvswitch-base
|
define Package/openvswitch-base
|
||||||
$(call Package/openvswitch/Default)
|
$(call Package/openvswitch/Default)
|
||||||
TITLE:=Open vSwitch Userspace Package (base)
|
TITLE:=Open vSwitch Userspace Package (base)
|
||||||
DEPENDS:=+libpcap +libopenssl +librt +kmod-openvswitch
|
DEPENDS:=+libpcap +libopenssl +librt +kmod-openvswitch @($(SUPPORTED_KERNELS))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/openvswitch-base/description
|
define Package/openvswitch-base/description
|
||||||
|
|
Loading…
Reference in a new issue