From 58c9bc316d62f4d31503cedf1df9e02f37347448 Mon Sep 17 00:00:00 2001 From: blogic Date: Thu, 1 Aug 2013 14:30:33 +0000 Subject: [PATCH 1/1] ralink: add mt7620a_mt7610e profile Signed-off-by: John Crispin git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37633 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/ramips/dts/{mt7620a_mt7610e_eval.dts => MT7620a_MT7610e.dts} | 0 target/linux/ramips/image/Makefile | 2 ++ 2 files changed, 2 insertions(+) rename target/linux/ramips/dts/{mt7620a_mt7610e_eval.dts => MT7620a_MT7610e.dts} (100%) diff --git a/target/linux/ramips/dts/mt7620a_mt7610e_eval.dts b/target/linux/ramips/dts/MT7620a_MT7610e.dts similarity index 100% rename from target/linux/ramips/dts/mt7620a_mt7610e_eval.dts rename to target/linux/ramips/dts/MT7620a_MT7610e.dts diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index 04d68fe496..4d841b96ce 100644 --- a/target/linux/ramips/image/Makefile +++ b/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 -- 2.11.0