Add support for x86-xen_domu target
Config for rootfs and grub is not needed anymore (https://dev.openwrt.org/ticket/18074) Config file not needed anymore (set implicitly by gluon now) Avoid empty vars
This commit is contained in:
parent
a71ab2fb72
commit
f03ccf86d6
@ -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
|
||||||
|
4
targets/x86-xen_domu/profiles.mk
Normal file
4
targets/x86-xen_domu/profiles.mk
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
$(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))
|
1
targets/x86-xen_domu/vermagic
Normal file
1
targets/x86-xen_domu/vermagic
Normal file
@ -0,0 +1 @@
|
|||||||
|
bce85557e89d5a4f30d6d723503b1a61
|
Loading…
Reference in New Issue
Block a user