Skip to content

Commit

Permalink
x86: enable kmod-tg3 on 64-bit by default
Browse files Browse the repository at this point in the history
Gigabit ethernet adapters using BCM5719/5720 chipset
are common on servers and as easy/cheap to get as
Intel based ones.
Usually found in 2-port and 4-port cards.

Also some devices recently added to x86_64 target
like the Meraki MX100 use this chipset for 8 of
their 12 integrated ports.

Signed-off-by: Alberto Bursi <alberto.bursi@outlook.it>
  • Loading branch information
bobafetthotmail authored and chunkeey committed Nov 6, 2021
1 parent 8bc6654 commit 1f188d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/linux/x86/image/64.mk
Expand Up @@ -2,7 +2,8 @@ define Device/generic
DEVICE_VENDOR := Generic
DEVICE_MODEL := x86/64
DEVICE_PACKAGES += kmod-amazon-ena kmod-bnx2 kmod-e1000e kmod-e1000 \
kmod-forcedeth kmod-igb kmod-ixgbe kmod-amd-xgbe kmod-r8169 kmod-fs-vfat
kmod-forcedeth kmod-igb kmod-ixgbe kmod-amd-xgbe kmod-r8169 \
kmod-fs-vfat kmod-tg3
GRUB2_VARIANT := generic
endef
TARGET_DEVICES += generic

0 comments on commit 1f188d8

Please sign in to comment.