x86-geode: add target for geode-cpus
This commit is contained in:
parent
d953304585
commit
7998d944b1
@ -4,6 +4,7 @@ $(eval $(call GluonTarget,brcm2708,bcm2708))
|
||||
$(eval $(call GluonTarget,brcm2708,bcm2709))
|
||||
$(eval $(call GluonTarget,mpc85xx,generic))
|
||||
$(eval $(call GluonTarget,x86,generic))
|
||||
$(eval $(call GluonTarget,x86,geode))
|
||||
$(eval $(call GluonTarget,x86,kvm_guest))
|
||||
$(eval $(call GluonTarget,x86,64))
|
||||
$(eval $(call GluonTarget,x86,xen_domu))
|
||||
|
0
targets/x86-geode/config
Normal file
0
targets/x86-geode/config
Normal file
8
targets/x86-geode/profiles.mk
Normal file
8
targets/x86-geode/profiles.mk
Normal file
@ -0,0 +1,8 @@
|
||||
X86_GENERIC_NETWORK_MODULES := kmod-3c59x kmod-e100 kmod-natsemi kmod-ne2k-pci kmod-pcnet32 kmod-8139too kmod-r8169 kmod-sis900 kmod-tg3 kmod-via-rhine kmod-via-velocity kmod-forcedeth
|
||||
|
||||
|
||||
$(eval $(call GluonProfile,GEODE,$(X86_GENERIC_NETWORK_MODULES)))
|
||||
$(eval $(call GluonProfileFactorySuffix,GEODE,-ext4,.img.gz))
|
||||
$(eval $(call GluonProfileSysupgradeSuffix,GEODE,-ext4,.img.gz))
|
||||
$(eval $(call GluonModel,GEODE,combined,x86-geode))
|
||||
|
Loading…
Reference in New Issue
Block a user