From 35f208da3c13cc16227f229f8aea14c4f0a06928 Mon Sep 17 00:00:00 2001 From: Alberto Bursi Date: Fri, 10 Apr 2020 22:45:19 +0200 Subject: x86: add nforce eth to default packages forcedeth is necessary to use the integrated ethernet controller of Nvidia nForce chipset. There are PC motherboards with this chipset from 2001 that run 32bit Athlon XP CPUs and more modern ones up to 2009 that can run Intel and AMD 64bit processors, so add this to all non-geode x86 targets. Signed-off-by: Alberto Bursi --- target/linux/x86/image/legacy.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/x86/image/legacy.mk') diff --git a/target/linux/x86/image/legacy.mk b/target/linux/x86/image/legacy.mk index 9909341729..9d6fa5e387 100644 --- a/target/linux/x86/image/legacy.mk +++ b/target/linux/x86/image/legacy.mk @@ -2,7 +2,7 @@ define Device/generic DEVICE_TITLE := Generic x86/legacy DEVICE_PACKAGES += kmod-3c59x kmod-8139too kmod-e100 kmod-e1000 \ kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-r8169 kmod-sis900 \ - kmod-tg3 kmod-via-rhine kmod-via-velocity + kmod-tg3 kmod-via-rhine kmod-via-velocity forcedeth GRUB2_VARIANT := legacy endef TARGET_DEVICES += generic -- cgit v1.2.3