diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-01-26 20:35:44 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2011-01-26 20:35:44 +0000 |
commit | 6bddd29b644586fcd0d0dbe8ccbe3a7306bd9c31 (patch) | |
tree | 995ce9132fd1e46a4ecdb300b32b7dbaa7ab4eca /target | |
parent | 1a425b01c107f534b7002e88968e155a4d32fb9e (diff) | |
download | upstream-6bddd29b644586fcd0d0dbe8ccbe3a7306bd9c31.tar.gz upstream-6bddd29b644586fcd0d0dbe8ccbe3a7306bd9c31.tar.bz2 upstream-6bddd29b644586fcd0d0dbe8ccbe3a7306bd9c31.zip |
ar71xx: create firmware image for the WNDR3700v2 board
Patch-by: Mark Mentovai <mark@moxienet.com>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25119 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 510595673a..8b62218414 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -633,8 +633,10 @@ define Image/Build/Profile/TLWR1043NDV1 endef wndr3700_mtdlayout=mtdparts=spi0.0:320k(u-boot)ro,128k(u-boot-env)ro,1024k(kernel),6656k(rootfs),64k(art)ro,7680k@0x70000(firmware) +wndr3700v2_mtdlayout=mtdparts=spi0.0:320k(u-boot)ro,128k(u-boot-env)ro,1024k(kernel),14848k(rootfs),64k(art)ro,15872k@0x70000(firmware) define Image/Build/Profile/WNDR3700 $(call Image/Build/Template/$(fs_64k)/$(1),Netgear,wndr3700,board=WNDR3700,wndr3700_mtdlayout,3700,WNDR3700) + $(call Image/Build/Template/$(fs_64k)/$(1),Netgear,wndr3700v2,board=WNDR3700v2,wndr3700v2_mtdlayout,3701,WNDR3700v2) endef define Image/Build/Profile/AP96 |