aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-04-20 08:07:25 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-04-20 08:07:25 +0000
commitf4ab2a76d1e1b38a716995d51c7096c9755fd0a7 (patch)
treeadc74fe802b0f34483caa37c46acbaa028880ff6 /target
parentbf4dbc7f29bbd57fdb0e5edff26db7c7ef5dc248 (diff)
downloadupstream-f4ab2a76d1e1b38a716995d51c7096c9755fd0a7.tar.gz
upstream-f4ab2a76d1e1b38a716995d51c7096c9755fd0a7.tar.bz2
upstream-f4ab2a76d1e1b38a716995d51c7096c9755fd0a7.zip
ar71xx: fix mtd_layout for the DIR-615-C1 and similar devices
* Thanks to Yury Polyanskiy for the report git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21036 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/image/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 1eafa09bdc..cd066f78ed 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -127,7 +127,7 @@ define Image/Build/WZRHPG300NH
fi; fi
endef
-cameo_mtdlayout=mtdparts=spi0.0:128k(u-boot)ro,64k(config)ro,896k(kernel),2880k(rootfs),64k(art)ro,3776k@0x30000(firmware)
+cameo_mtdlayout=mtdparts=spi0.0:128k(u-boot)ro,64k(config)ro,896k(kernel),2944k(rootfs),64k(art)ro,3840k@0x30000(firmware)
define Image/Build/Cameo
$(call PatchKernelLzma,$(2),$(3) $(cameo_mtdlayout))
if [ `stat -c%s "$(KDIR)/vmlinux-$(2).bin.lzma"` -gt 917504 ]; then \