kernel: allow seamless migration from I40EVF

Resolve the issue of seamless migration from I40EVF
link: https://github.com/openwrt/openwrt/pull/19197/files#r2173571237

Signed-off-by: xiao bo <peterwillcn@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19255
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
xiao bo 2025-06-29 10:20:50 +08:00 committed by Robert Marko
parent 1831966406
commit fbfca67aee

View file

@ -1268,6 +1268,7 @@ define KernelPackage/iavf
TITLE:=Intel(R) Ethernet Adaptive Virtual Function support TITLE:=Intel(R) Ethernet Adaptive Virtual Function support
DEPENDS:=@PCI_SUPPORT +!LINUX_6_6:kmod-libie DEPENDS:=@PCI_SUPPORT +!LINUX_6_6:kmod-libie
KCONFIG:= \ KCONFIG:= \
CONFIG_I40EVF \
CONFIG_IAVF CONFIG_IAVF
FILES:= \ FILES:= \
$(LINUX_DIR)/drivers/net/ethernet/intel/iavf/iavf.ko $(LINUX_DIR)/drivers/net/ethernet/intel/iavf/iavf.ko