瀏覽代碼

x86-generic: add more network drivers

Matthias Schiffer 9 年之前
父節點
當前提交
f3273c6616
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      targets/x86-generic/profiles.mk

+ 2 - 2
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))