summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2011-06-28 22:23:21 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2011-06-28 22:23:21 +0000
commit8c62c5d109adde4e943b27594d56d03eac910faf (patch)
treef95e26cba79a18247f0316f6d9d23cecfd8fdf01 /target
parent4c18da3df65146d5148dc241c7b6cd1ccc2bcee8 (diff)
downloadmaster-31e0f0ae-8c62c5d109adde4e943b27594d56d03eac910faf.tar.gz
master-31e0f0ae-8c62c5d109adde4e943b27594d56d03eac910faf.tar.bz2
master-31e0f0ae-8c62c5d109adde4e943b27594d56d03eac910faf.zip
brcm47xx: generate image to flash on Netgear WNDR3400.
The image will not boot because serial flash support is missing this is only for experts. SVN-Revision: 27302
Diffstat (limited to 'target')
-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 bda42290c1..daadf0a34a 100644
--- a/target/linux/brcm47xx/image/Makefile
+++ b/target/linux/brcm47xx/image/Makefile
@@ -111,6 +111,7 @@ define Image/Build
$(call Image/Build/Motorola,$(1),wr850g,1,$(1))
$(call Image/Build/USR,$(1),usr5461,$(1))
$(call Image/Build/Chk,$(1),wnr834b_v2,U12H081T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1)))
+ $(call Image/Build/Chk,$(1),wndr3400_v1,U12H155T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1)))
# $(call Image/Build/Chk,$(1),wgr614_v8,U12H072T00_NETGEAR,2,$(patsubst jffs2-%,jffs2,$(1)))
endef