Skip to content
Snippets Groups Projects
Commit 74059c89 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Merge pull request #491 from ffac/target-xen_domu

Add support for x86-xen_domu target
parents 98542b01 f03ccf86
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ $(eval $(call GluonTarget,mpc85xx,generic)) ...@@ -4,6 +4,7 @@ $(eval $(call GluonTarget,mpc85xx,generic))
$(eval $(call GluonTarget,x86,generic)) $(eval $(call GluonTarget,x86,generic))
$(eval $(call GluonTarget,x86,kvm_guest)) $(eval $(call GluonTarget,x86,kvm_guest))
$(eval $(call GluonTarget,x86,64)) $(eval $(call GluonTarget,x86,64))
$(eval $(call GluonTarget,x86,xen_domu))
ifneq ($(BROKEN),) ifneq ($(BROKEN),)
$(eval $(call GluonTarget,ramips,rt305x)) # BROKEN: No AP+IBSS support $(eval $(call GluonTarget,ramips,rt305x)) # BROKEN: No AP+IBSS support
......
$(eval $(call GluonProfile,GENERIC))
$(eval $(call GluonProfileFactorySuffix,GENERIC,-ext4,.img.gz))
$(eval $(call GluonProfileSysupgradeSuffix,GENERIC,-ext4,.img.gz))
$(eval $(call GluonModel,GENERIC,combined,x86-xen))
bce85557e89d5a4f30d6d723503b1a61
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment