[openwrt/openwrt] x86: 64: Add kmod-igc to default packages

LEDE Commits lede-commits at lists.infradead.org
Tue Jun 28 15:59:03 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/aae3a8a254275f8be5c45d766ac7b5afb82a9fe6

commit aae3a8a254275f8be5c45d766ac7b5afb82a9fe6
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Wed Jun 29 00:15:36 2022 +0200

    x86: 64: Add kmod-igc to default packages
    
    This adds the igc driver for the Intel 2.5GBit Ethernet chip to the
    default packages.
    
    Fixes: #10064
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/x86/image/64.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/x86/image/64.mk b/target/linux/x86/image/64.mk
index 3e08497a57..5ec9978b66 100644
--- a/target/linux/x86/image/64.mk
+++ b/target/linux/x86/image/64.mk
@@ -3,7 +3,7 @@ define Device/generic
   DEVICE_MODEL := x86/64
   DEVICE_PACKAGES += \
 	kmod-amazon-ena kmod-amd-xgbe kmod-bnx2 kmod-e1000e kmod-e1000 \
-	kmod-forcedeth kmod-fs-vfat kmod-igb kmod-ixgbe kmod-r8169 \
+	kmod-forcedeth kmod-fs-vfat kmod-igb kmod-igc kmod-ixgbe kmod-r8169 \
 	kmod-tg3
   GRUB2_VARIANT := generic
 endef




More information about the lede-commits mailing list