summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/image
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-11-20 22:15:21 +0000
committerRafał Miłecki <zajec5@gmail.com>2014-11-20 22:15:21 +0000
commitc84fe94b0df1f3f98a128e929e79d63ab7f4de54 (patch)
tree30418b0667a1897a46a10380ee8ca8ace5ed650a /target/linux/brcm47xx/image
parent7d5fa16311d3d7cf211c1a8ea7a1b1d0d3864ca6 (diff)
downloadmaster-31e0f0ae-c84fe94b0df1f3f98a128e929e79d63ab7f4de54.tar.gz
master-31e0f0ae-c84fe94b0df1f3f98a128e929e79d63ab7f4de54.tar.bz2
master-31e0f0ae-c84fe94b0df1f3f98a128e929e79d63ab7f4de54.zip
brcm47xx: add support for Netgear WGR614 V10
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43336
Diffstat (limited to 'target/linux/brcm47xx/image')
-rw-r--r--target/linux/brcm47xx/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile
index 33a3c854ef..774a3d6cdb 100644
--- a/target/linux/brcm47xx/image/Makefile
+++ b/target/linux/brcm47xx/image/Makefile
@@ -181,6 +181,8 @@ endef
#################################################
define Image/Build/mips74k/devices-with-64k-blocks
+ $(call Image/Build/Chk,$(1),wgr614_v10_north_america,U12H139T01_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1)))
+ $(call Image/Build/Chk,$(1),wgr614_v10_other_regions,U12H139T01_NETGEAR,1,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Chk,$(1),wndr3400_v1,U12H155T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Chk,$(1),wndr3400_v2,U12H187T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Chk,$(1),wndr3700_v3,U12H194T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1)))