From b8dc1a784a91b055b13f2bd8c80c4b56dd4cf65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20F=C3=B6rster?= Date: Thu, 9 Feb 2017 02:07:00 +0100 Subject: [PATCH] ramips-mt7628: add new platform and vocore2 (#1027) --- targets/ramips-mt7628 | 4 ++++ targets/targets.mk | 1 + 2 files changed, 5 insertions(+) create mode 100644 targets/ramips-mt7628 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