From f3273c661650a887f69331e12e4ad0f57da87c10 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sat, 7 Mar 2015 16:39:55 +0100 Subject: [PATCH] x86-generic: add more network drivers --- targets/x86-generic/profiles.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/targets/x86-generic/profiles.mk b/targets/x86-generic/profiles.mk index aa4aed43..1534e8e3 100644 --- a/targets/x86-generic/profiles.mk +++ b/targets/x86-generic/profiles.mk @@ -1,10 +1,10 @@ -$(eval $(call GluonProfile,GENERIC)) +$(eval $(call GluonProfile,GENERIC,kmod-3c59x kmod-e100 kmod-e1000 kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-8139too kmod-r8169 kmod-sis900 kmod-tg3 kmod-via-rhine kmod-via-velocity)) $(eval $(call GluonProfileFactorySuffix,GENERIC)) $(eval $(call GluonProfileSysupgradeSuffix,GENERIC)) $(eval $(call GluonProfileExtraSuffix,GENERIC,.img.gz)) $(eval $(call GluonModel,GENERIC,combined-ext4,x86-generic)) -$(eval $(call GluonProfile,VDI,kmod-pcnet32)) +$(eval $(call GluonProfile,VDI,kmod-pcnet32 kmod-e1000)) $(eval $(call GluonProfileFactorySuffix,VDI)) $(eval $(call GluonProfileSysupgradeSuffix,VDI)) $(eval $(call GluonProfileExtraSuffix,VDI,.vdi))