Browse Source

ralink: add mt7620a_mt7610e profile

Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 37633
John Crispin 12 years ago
parent
commit
046b282429
2 changed files with 2 additions and 0 deletions
  1. 0 0
      target/linux/ramips/dts/MT7620a_MT7610e.dts
  2. 2 0
      target/linux/ramips/image/Makefile

+ 0 - 0
target/linux/ramips/dts/mt7620a_mt7610e_eval.dts → target/linux/ramips/dts/MT7620a_MT7610e.dts


+ 2 - 0
target/linux/ramips/image/Makefile

@@ -533,10 +533,12 @@ endif
 #
 
 Image/Build/Profile/MT7620a=$(call BuildFirmware/Default8M/$(1),$(1),mt7620a,MT7620a)
+Image/Build/Profile/MT7620a_MT7610e=$(call BuildFirmware/Default8M/$(1),$(1),mt7620a_mt7610e,MT7620a_MT7610e)
 
 ifeq ($(SUBTARGET),mt7620a)
 define Image/Build/Profile/Default
 	$(call Image/Build/Profile/MT7620a,$(1))
+	$(call Image/Build/Profile/MT7620a_MT7610e,$(1))
 endef
 endif