diff --git a/targets/ramips-mt7628 b/targets/ramips-mt7628 new file mode 100644 index 00000000..158ff55e --- /dev/null +++ b/targets/ramips-mt7628 @@ -0,0 +1,4 @@ +# VoCore 2 + +device vocore2 vocore2 +factory diff --git a/targets/targets.mk b/targets/targets.mk index 4f4a7b20..beccb58d 100644 --- a/targets/targets.mk +++ b/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