ralink: add mt7620n support

Signed-off-by: John Crispin <blogic@openwrt.org>

SVN-Revision: 38823
This commit is contained in:
John Crispin
2013-11-16 20:28:52 +00:00
parent 5fbfffe7f4
commit dce9b292bf
8 changed files with 223 additions and 5 deletions

View File

@@ -633,6 +633,19 @@ endef
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
#