ralink: add mt7621 support

there are still various missing pieces for full support.

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

SVN-Revision: 39040
This commit is contained in:
John Crispin
2013-12-13 10:53:34 +00:00
parent 594442a37e
commit b4b0a55aab
20 changed files with 7513 additions and 1 deletions

View File

@@ -29,10 +29,16 @@ define kernel_entry
-a 0x88000000 -e 0x88000000
endef
else
ifeq ($(CONFIG_SOC_MT7621),y)
define kernel_entry
-a 0x80001000 -e 0x80001000
endef
else
define kernel_entry
-a 0x80000000 -e 0x80000000
endef
endif
endif
define MkCombineduImage
$(call PatchKernelLzma,$(2),$(3))
@@ -648,6 +654,19 @@ endef
endif
#
# MT7621 Profiles
#
Image/Build/Profile/MT7621=$(call BuildFirmware/Default4M/$(1),$(1),mt7621,MT7621)
ifeq ($(SUBTARGET),mt7621)
define Image/Build/Profile/Default
$(call Image/Build/Profile/MT7621,$(1))
endef
endif
#
# Generic Targets
#