diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2011-06-28 22:23:21 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2011-06-28 22:23:21 +0000 |
commit | 029d55e7614b17f437fb8bf8255272bf9941ddf0 (patch) | |
tree | 690b43113d63316b2808829db50d425cff5be191 /target/linux/brcm47xx/image | |
parent | bf2c750b45a57fe120571950f24a5ab9e86a06c3 (diff) | |
download | master-187ad058-029d55e7614b17f437fb8bf8255272bf9941ddf0.tar.gz master-187ad058-029d55e7614b17f437fb8bf8255272bf9941ddf0.tar.bz2 master-187ad058-029d55e7614b17f437fb8bf8255272bf9941ddf0.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.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27302 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm47xx/image')
-rw-r--r-- | target/linux/brcm47xx/image/Makefile | 1 |
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 |