f03ccf86d6
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
15 lines
606 B
Makefile
15 lines
606 B
Makefile
$(eval $(call GluonTarget,ar71xx,generic))
|
|
$(eval $(call GluonTarget,ar71xx,nand))
|
|
$(eval $(call GluonTarget,mpc85xx,generic))
|
|
$(eval $(call GluonTarget,x86,generic))
|
|
$(eval $(call GluonTarget,x86,kvm_guest))
|
|
$(eval $(call GluonTarget,x86,64))
|
|
$(eval $(call GluonTarget,x86,xen_domu))
|
|
|
|
ifneq ($(BROKEN),)
|
|
$(eval $(call GluonTarget,ramips,rt305x)) # BROKEN: No AP+IBSS support
|
|
$(eval $(call GluonTarget,brcm2708,bcm2708)) # BROKEN: Needs more testing
|
|
$(eval $(call GluonTarget,brcm2708,bcm2709)) # BROKEN: Needs more testing
|
|
$(eval $(call GluonTarget,sunxi)) # BROKEN: Untested, no sysupgrade support
|
|
endif
|