diff options
Diffstat (limited to 'net/openvswitch/Makefile')
-rw-r--r-- | net/openvswitch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 2d51e1b9e..ee3cd0aaa 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -29,6 +29,8 @@ 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 @@ -53,7 +55,7 @@ endef define Package/openvswitch-base $(call Package/openvswitch/Default) TITLE:=Open vSwitch Userspace Package (base) - DEPENDS:=+libpcap +libopenssl +librt +kmod-openvswitch + DEPENDS:=+libpcap +libopenssl +librt +kmod-openvswitch @($(SUPPORTED_KERNELS)) endef define Package/openvswitch-base/description |