summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm47xx/image
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2014-12-07 00:58:40 +0000
committerRafał Miłecki <zajec5@gmail.com>2014-12-07 00:58:40 +0000
commit1020b842664d9577ccb5e08f8c0cf10467547a8f (patch)
treed59184fa8ed0324baeb2ce4e59455d6090aa25d5 /target/linux/brcm47xx/image
parentf57b53e3b0f8dd270c37e31563713f525acdf6a7 (diff)
downloadmaster-31e0f0ae-1020b842664d9577ccb5e08f8c0cf10467547a8f.tar.gz
master-31e0f0ae-1020b842664d9577ccb5e08f8c0cf10467547a8f.tar.bz2
master-31e0f0ae-1020b842664d9577ccb5e08f8c0cf10467547a8f.zip
brcm47xx: add early support for WNDR3400 V3
Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43532
Diffstat (limited to 'target/linux/brcm47xx/image')
-rw-r--r--target/linux/brcm47xx/image/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/brcm47xx/image/Makefile b/target/linux/brcm47xx/image/Makefile
index 774a3d6cdb..3291591996 100644
--- a/target/linux/brcm47xx/image/Makefile
+++ b/target/linux/brcm47xx/image/Makefile
@@ -185,6 +185,7 @@ define Image/Build/mips74k/devices-with-64k-blocks
$(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),wndr3400_v3,U12H208T00_NETGEAR,1,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Chk,$(1),wndr3700_v3,U12H194T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Chk,$(1),wndr4000,U12H181T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1)))
$(call Image/Build/Chk,$(1),wnr1000_v3,U12H139T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1)))