diff options
author | John Crispin <john@openwrt.org> | 2014-06-24 18:14:23 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-06-24 18:14:23 +0000 |
commit | 1bb3e5c40a5e5e8b7d46b639ece483f18ae2e69e (patch) | |
tree | 5a6234e519344ce4b334712f76ff5dec16bb8227 /target/linux/ar71xx/image/Makefile | |
parent | fcb8eb5d7d4be23212d7b4e6abc752c503ef769b (diff) | |
download | upstream-1bb3e5c40a5e5e8b7d46b639ece483f18ae2e69e.tar.gz upstream-1bb3e5c40a5e5e8b7d46b639ece483f18ae2e69e.tar.bz2 upstream-1bb3e5c40a5e5e8b7d46b639ece483f18ae2e69e.zip |
ar71xx: fix wndr3700v4 image header
https://dev.openwrt.org/ticket/16840
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41333
Diffstat (limited to 'target/linux/ar71xx/image/Makefile')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 3c68fa37fc..877a761196 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -1239,7 +1239,7 @@ $(eval $(call MultiProfile,Madwifi,EAP7660D UBNTRS UBNTRSPRO UBNTLSSR71 WP543)) endif # ifeq ($(SUBTARGET),generic) ifeq ($(SUBTARGET),nand) -$(eval $(call SingleProfile,NetgearNAND,64k,WNDR3700V4,wndr3700v4,WNDR4300,ttyS0,115200,$$(wndr4300_mtdlayout),0x33373033,WNDR3700V4,"",-H 29763948+128+128,wndr4300)) +$(eval $(call SingleProfile,NetgearNAND,64k,WNDR3700V4,wndr3700v4,WNDR4300,ttyS0,115200,$$(wndr4300_mtdlayout),0x33373033,WNDR3700v4,"",-H 29763948+128+128,wndr4300)) $(eval $(call SingleProfile,NetgearNAND,64k,WNDR4300V1,wndr4300,WNDR4300,ttyS0,115200,$$(wndr4300_mtdlayout),0x33373033,WNDR4300,"",-H 29763948+0+128+128+2x2+3x3,wndr4300)) $(eval $(call SingleProfile,ZyXELNAND,128k,NBG6716,nbg6716,NBG6716,ttyS0,115200,NBG6716,$$(zyx_nbg6716_mtdlayout),mem=256M)) |