summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-04 10:55:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-07-04 10:55:56 +0000
commitbfef2d17eb08a187f34d932b429d43b50abc7feb (patch)
tree084e17b4a46e6fed89a755dacbc6ac542c28f69b /target
parent62d9f257a14148d299fd403969fed7e870052416 (diff)
downloadmaster-31e0f0ae-bfef2d17eb08a187f34d932b429d43b50abc7feb.tar.gz
master-31e0f0ae-bfef2d17eb08a187f34d932b429d43b50abc7feb.tar.bz2
master-31e0f0ae-bfef2d17eb08a187f34d932b429d43b50abc7feb.zip
ar71xx: update the EW Dorin MTD layout, increase kernel partition size (requested by EW)
SVN-Revision: 32599
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/image/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile
index 13fb0ae02a..108f836c9a 100644
--- a/target/linux/ar71xx/image/Makefile
+++ b/target/linux/ar71xx/image/Makefile
@@ -682,9 +682,9 @@ define Image/Build/Profile/AP121MINI
endef
ew-dorin_cmdline=board=EW-DORIN console=ttyATH0,115200
-ew-dorin_mtdlayout_4M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env),896k(kernel),2816k(rootfs),64k(art),3712k@0x50000(firmware)
+ew-dorin_mtdlayout_4M=mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env),1024k(kernel),2688k(rootfs),64k(art),3712k@0x50000(firmware)
define Image/Build/Profile/EWDORIN
- $(call Image/Build/Template/$(fs_64k)/$(1),AthLzma,ew-dorin,$(ew-dorin_cmdline),$(ew-dorin_mtdlayout_4M),917504,2883584,KRuImage)
+ $(call Image/Build/Template/$(fs_64k)/$(1),AthLzma,ew-dorin,$(ew-dorin_cmdline),$(ew-dorin_mtdlayout_4M),1048576,2752512,KRuImage)
endef
ap81_cmdline=board=AP81 console=ttyS0,115200