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:
parent
1831966406
commit
fbfca67aee
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue