Skip to content

Commit

Permalink
x86: 64: Add kmod-igc to default packages
Browse files Browse the repository at this point in the history
This adds the igc driver for the Intel 2.5GBit Ethernet chip to the
default packages.

Fixes: openwrt#10064
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
  • Loading branch information
hauke committed Jun 28, 2022
1 parent 74dd7f9 commit aae3a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/linux/x86/image/64.mk
Expand Up @@ -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
Expand Down

0 comments on commit aae3a8a

Please sign in to comment.