From dce9b292bf06c84a794db57ef25c3f9b47faf576 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 16 Nov 2013 20:28:52 +0000 Subject: ralink: add mt7620n support Signed-off-by: John Crispin SVN-Revision: 38823 --- target/linux/ramips/image/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 3e845f8..5d99736 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -634,6 +634,19 @@ endif # +# MT7620N Profiles +# + +Image/Build/Profile/WMR300=$(call BuildFirmware/Default8M/$(1),$(1),wmr-300,WMR300) + +ifeq ($(SUBTARGET),mt7620n) +define Image/Build/Profile/Default + $(call Image/Build/Profile/WMR300,$(1)) +endef +endif + + +# # Generic Targets # define Image/BuildKernel -- cgit v1.1