ramips-mt7628: add new platform and vocore2 (#1027)

This commit is contained in:
Steffen Förster 2017-02-09 02:07:00 +01:00 committed by Matthias Schiffer
parent 69fca890b2
commit b8dc1a784a
2 changed files with 5 additions and 0 deletions

4
targets/ramips-mt7628 Normal file
View File

@ -0,0 +1,4 @@
# VoCore 2
device vocore2 vocore2
factory

View File

@ -13,6 +13,7 @@ ifneq ($(BROKEN),)
$(eval $(call GluonTarget,ar71xx,mikrotik)) # BROKEN: no sysupgrade support
$(eval $(call GluonTarget,mvebu)) # BROKEN: No AP+IBSS or 11s support
$(eval $(call GluonTarget,ramips,mt7621)) # BROKEN: No AP+IBSS support, 11s has high packet loss
$(eval $(call GluonTarget,ramips,mt7628)) # BROKEN: No AP+IBSS support
$(eval $(call GluonTarget,ramips,rt305x)) # BROKEN: No AP+IBSS support
$(eval $(call GluonTarget,sunxi)) # BROKEN: Untested
endif