mvebu: add correct subtarget (#1473)

This commit is contained in:
Julian 2018-07-11 22:13:16 +02:00 committed by Matthias Schiffer
parent 63c16c01a0
commit 126b34ff14
2 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ endif
ifneq ($(BROKEN),) ifneq ($(BROKEN),)
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support $(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
$(eval $(call GluonTarget,brcm2708,bcm2710)) # BROKEN: Untested $(eval $(call GluonTarget,brcm2708,bcm2710)) # BROKEN: Untested
$(eval $(call GluonTarget,mvebu)) # BROKEN: No AP+IBSS or 11s support $(eval $(call GluonTarget,mvebu,cortexa9)) # BROKEN: No AP+IBSS or 11s support
endif endif