From 8f2a9a27fd508b007ca26ba1a50eefc66bfab032 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Wed, 14 Feb 2018 21:56:24 +0200 Subject: [PATCH] openvswitch: fix breakage due to removed SUPPORTED_KERNELS Fix breakage caused by 44df061c48 by removing the leftover usage of the removed SUPPORTED_KERNELS variable Signed-off-by: Hannu Nyman --- net/openvswitch/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/openvswitch/Makefile b/net/openvswitch/Makefile index 2d51e1b9e..7808aebf5 100644 --- a/net/openvswitch/Makefile +++ b/net/openvswitch/Makefile @@ -136,8 +136,7 @@ define KernelPackage/openvswitch CONFIG_OPENVSWITCH_GENEVE=n DEPENDS:= \ @IPV6 +kmod-gre +kmod-lib-crc32c +kmod-mpls \ - +kmod-vxlan +kmod-nf-nat +kmod-nf-nat6 \ - @($(SUPPORTED_KERNELS)) + +kmod-vxlan +kmod-nf-nat +kmod-nf-nat6 FILES:= $(LINUX_DIR)/net/openvswitch/openvswitch.ko AUTOLOAD:=$(call AutoLoad,21,openvswitch) endef