Skip to content
Snippets Groups Projects
Commit 126b34ff authored by Julian's avatar Julian Committed by Matthias Schiffer
Browse files

mvebu: add correct subtarget (#1473)

parent 63c16c01
No related branches found
No related tags found
No related merge requests found
File moved
...@@ -22,5 +22,5 @@ endif ...@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment