[openwrt/openwrt] kernel: allow seamless migration from I40EVF
LEDE Commits
lede-commits at lists.infradead.org
Sun Jun 29 06:45:55 PDT 2025
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/fbfca67aee1f7f6d445ee12542d75d5d10277e65
commit fbfca67aee1f7f6d445ee12542d75d5d10277e65
Author: xiao bo <peterwillcn at gmail.com>
AuthorDate: Sun Jun 29 10:20:50 2025 +0800
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 at gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19255
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/kernel/linux/modules/netdevices.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/kernel/linux/modules/netdevices.mk b/package/kernel/linux/modules/netdevices.mk
index dea82fc8a6..3779246646 100644
--- a/package/kernel/linux/modules/netdevices.mk
+++ b/package/kernel/linux/modules/netdevices.mk
@@ -1268,6 +1268,7 @@ define KernelPackage/iavf
TITLE:=Intel(R) Ethernet Adaptive Virtual Function support
DEPENDS:=@PCI_SUPPORT +!LINUX_6_6:kmod-libie
KCONFIG:= \
+ CONFIG_I40EVF \
CONFIG_IAVF
FILES:= \
$(LINUX_DIR)/drivers/net/ethernet/intel/iavf/iavf.ko
More information about the lede-commits
mailing list