Browse Source

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 <hannu.nyman@iki.fi>
lilik-openwrt-22.03
Hannu Nyman 6 years ago
parent
commit
8f2a9a27fd
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      net/openvswitch/Makefile

+ 1
- 2
net/openvswitch/Makefile View File

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


Loading…
Cancel
Save