diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-04-20 08:07:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-04-20 08:07:25 +0000 |
commit | d7919c8d0dbd5aa4a177ed47c791df33d0d98099 (patch) | |
tree | f942765e5f24a83013ced243c485901c888ac5d9 | |
parent | 6d59a298e848fc0638920e711b1481b4b7afa18c (diff) | |
download | upstream-d7919c8d0dbd5aa4a177ed47c791df33d0d98099.tar.gz upstream-d7919c8d0dbd5aa4a177ed47c791df33d0d98099.tar.bz2 upstream-d7919c8d0dbd5aa4a177ed47c791df33d0d98099.zip |
ar71xx: fix mtd_layout for the DIR-615-C1 and similar devices
* Thanks to Yury Polyanskiy for the report
SVN-Revision: 21036
-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 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 \ |