[openwrt/openwrt] x86: enable kmod-tg3 on 64-bit by default

LEDE Commits lede-commits at lists.infradead.org
Sat Nov 6 15:41:22 PDT 2021


chunkeey pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1f188d8c72a7324367d56cae3f348d0547bfb7d5

commit 1f188d8c72a7324367d56cae3f348d0547bfb7d5
Author: Alberto Bursi <alberto.bursi at outlook.it>
AuthorDate: Wed Nov 3 20:30:56 2021 +0100

    x86: enable kmod-tg3 on 64-bit by default
    
    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 at outlook.it>
---
 target/linux/x86/image/64.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/linux/x86/image/64.mk b/target/linux/x86/image/64.mk
index f54858d0b7..6f63f5ddb7 100644
--- a/target/linux/x86/image/64.mk
+++ b/target/linux/x86/image/64.mk
@@ -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



More information about the lede-commits mailing list