From e04e44a2234d1bf25fa406e57b38aee2c05344e2 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 24 Jul 2015 09:11:56 +0000 Subject: ramips: add subtarget for mt7688 Signed-off-by: John Crispin SVN-Revision: 46473 --- target/linux/ramips/image/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'target/linux/ramips/image/Makefile') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 46307ecd2c..409ff26575 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -988,6 +988,20 @@ define Image/Build/Profile/Default endef endif + +# +# MT7688 Profiles +# + +Image/Build/Profile/mt7688=$(call BuildFirmware/Default16M/$(1),$(1),mt7688,MT7688) + +ifeq ($(SUBTARGET),mt7688) +define Image/Build/Profile/Default + $(call Image/Build/Profile/mt7688,$(1)) +endef +endif + + ifndef TARGET_DEVICES # # Generic Targets - only needed for legacy image building code -- cgit v1.2.3