Browse Source

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

Steffen Förster 7 years ago
parent
commit
b8dc1a784a
2 changed files with 5 additions and 0 deletions
  1. 4 0
      targets/ramips-mt7628
  2. 1 0
      targets/targets.mk

+ 4 - 0
targets/ramips-mt7628

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

+ 1 - 0
targets/targets.mk

@@ -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