[openwrt/openwrt] x86: 64: Add kmod-igc to default packages
LEDE Commits
lede-commits at lists.infradead.org
Wed Jun 29 14:36:00 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch openwrt-22.03:
https://git.openwrt.org/656036a534c9e399a52e76470fe809887b18420d
commit 656036a534c9e399a52e76470fe809887b18420d
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>
(cherry picked from commit aae3a8a254275f8be5c45d766ac7b5afb82a9fe6)
---
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