diff options
author | John Crispin <blogic@openwrt.org> | 2013-08-01 14:30:33 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-08-01 14:30:33 +0000 |
commit | 701ba09e6ed279fefec9cc2ce8876991f3e9ccf0 (patch) | |
tree | 7873f40c62fa8f349770f771038b42a2b9e40cc1 /target/linux/ramips/image/Makefile | |
parent | a99a5c5c68ae33319f9e3daec2752cbb8e6f8e1b (diff) | |
download | upstream-701ba09e6ed279fefec9cc2ce8876991f3e9ccf0.tar.gz upstream-701ba09e6ed279fefec9cc2ce8876991f3e9ccf0.tar.bz2 upstream-701ba09e6ed279fefec9cc2ce8876991f3e9ccf0.zip |
ralink: add mt7620a_mt7610e profile
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37633 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/image/Makefile')
-rw-r--r-- | target/linux/ramips/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |