From dc7164d4efd172fb412d24849dc477992251e4b7 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Wed, 14 Aug 2013 19:35:27 +0000 Subject: ramips: DIR-610-A1 Support http://patchwork.openwrt.org/patch/3933/ Signed-off-by: Flavio Silveira SVN-Revision: 37785 --- target/linux/ramips/image/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'target/linux/ramips/image/Makefile') diff --git a/target/linux/ramips/image/Makefile b/target/linux/ramips/image/Makefile index ccae6bee77..18f0fe5e0e 100644 --- a/target/linux/ramips/image/Makefile +++ b/target/linux/ramips/image/Makefile @@ -280,6 +280,8 @@ endif # RT305X Profiles # +Image/Build/Profile/DIR610A1=$(call BuildFirmware/Seama/$(1),$(1),dir-610-a1,DIR-610-A1,wrgn59_dlob.hans_dir610,ralink_default_fw_size_4M) + edimax_3g6200n_mtd_size=3735552 Image/Build/Profile/3G6200N=$(call BuildFirmware/Edimax/$(1),$(1),3g-6200n,3G-6200N,$(edimax_3g6200n_mtd_size),CSYS,3G62,0x50000,0xc0000) @@ -505,6 +507,7 @@ define Image/Build/Profile/Default $(call Image/Build/Profile/DIR-300-B1,$(1)) $(call Image/Build/Profile/DIR-600-B1,$(1)) $(call Image/Build/Profile/DIR-600-B2,$(1)) + $(call Image/Build/Profile/DIR610A1,$(1)) $(call Image/Build/Profile/DIR-615-D,$(1)) $(call Image/Build/Profile/DIR-620-A1,$(1)) $(call Image/Build/Profile/DIR-620-D1,$(1)) -- cgit v1.2.3