mvebu: add correct subtarget

This commit is contained in:
Julian Labus 2018-07-11 21:36:49 +02:00
parent 9906d69322
commit 18d7b29a83
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
2 changed files with 1 additions and 1 deletions

View File

@ -22,5 +22,5 @@ endif
ifneq ($(BROKEN),)
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
$(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