Forked from
ffbs / ffbs-gluon
3313 commits behind the upstream repository.
-
Michael Rüttgers authored
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
Michael Rüttgers authoredConfig 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
targets.mk 606 B
$(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