openvswitch: remove dependency on kernel version 5613/head
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 13 Feb 2018 07:32:31 +0000 (09:32 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 13 Feb 2018 19:24:51 +0000 (21:24 +0200)
For a while now OVS has been using the kernel's kmod.
So it doesn't make sense to limit the package build for a specific set of
kernels anymore.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
net/openvswitch/Makefile

index ee3cd0aaaa7ba91c8b191663ef571dcdb71c78c4..2d51e1b9e6503ca9f8fc14fc929e9d6b0f691478 100644 (file)
@@ -29,8 +29,6 @@ PKG_BUILD_PARALLEL:=1
 PKG_FIXUP:=autoreconf
 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 ../../lang/python/python-package.mk
 
@@ -55,7 +53,7 @@ endef
 define Package/openvswitch-base
   $(call Package/openvswitch/Default)
   TITLE:=Open vSwitch Userspace Package (base)
-  DEPENDS:=+libpcap +libopenssl +librt +kmod-openvswitch @($(SUPPORTED_KERNELS))
+  DEPENDS:=+libpcap +libopenssl +librt +kmod-openvswitch
 endef
 
 define Package/openvswitch-base/description