diff options
author | John Crispin <john@openwrt.org> | 2013-08-01 14:30:33 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-08-01 14:30:33 +0000 |
commit | 046b282429d92d0acf3b420d0b0055be00316479 (patch) | |
tree | d1eca52fbee6bde2f3a35320a37d5ec36dfb9d72 | |
parent | 9eb3572b7b620360a36676bf957ea6b83850d25d (diff) | |
download | upstream-046b282429d92d0acf3b420d0b0055be00316479.tar.gz upstream-046b282429d92d0acf3b420d0b0055be00316479.tar.bz2 upstream-046b282429d92d0acf3b420d0b0055be00316479.zip |
ralink: add mt7620a_mt7610e profile
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 37633
-rw-r--r-- | target/linux/ramips/dts/MT7620a_MT7610e.dts (renamed from target/linux/ramips/dts/mt7620a_mt7610e_eval.dts) | 0 | ||||
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7620a_mt7610e_eval.dts b/target/linux/ramips/dts/MT7620a_MT7610e.dts index 0d7755b324..0d7755b324 100644 --- a/target/linux/ramips/dts/mt7620a_mt7610e_eval.dts +++ b/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 |