1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 21:48:23 +02:00

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
This commit is contained in:
Hauke Mehrtens 2011-06-28 22:23:21 +00:00
parent 4c18da3df6
commit 8c62c5d109

@ -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