mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 04:13:31 +00:00
modules: fix 5.18 vxlan support
This commit is contained in:
parent
41a400d5f8
commit
6d79ece4c2
@ -91,7 +91,8 @@ define KernelPackage/vxlan
|
||||
+kmod-udptunnel4 \
|
||||
+IPV6:kmod-udptunnel6
|
||||
KCONFIG:=CONFIG_VXLAN
|
||||
FILES:=$(LINUX_DIR)/drivers/net/vxlan.ko
|
||||
FILES:=$(LINUX_DIR)/drivers/net/vxlan.ko@lt5.18 \
|
||||
$(LINUX_DIR)/drivers/net/vxlan/vxlan.ko@ge5.18
|
||||
AUTOLOAD:=$(call AutoLoad,13,vxlan)
|
||||
endef
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user