From cadf5171074f7b18d007470b9f89deea87bb4c46 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 6 Nov 2014 09:31:31 +0000 Subject: ralink: add support for mt7628 Signed-off-by: John Crispin SVN-Revision: 43197 --- target/linux/ramips/image/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'target/linux/ramips/image/Makefile') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 58bfd6dfe4..4362d4c3b3 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -848,6 +848,18 @@ define Image/Build/Profile/Default endef endif +# +# MT7628 Profiles +# + +Image/Build/Profile/MT7628=$(call BuildFirmware/Default4M/$(1),$(1),mt7628,MT7628) + +ifeq ($(SUBTARGET),mt7628) +define Image/Build/Profile/Default + $(call Image/Build/Profile/MT7628,$(1)) +endef +endif + # # Generic Targets -- cgit v1.2.3