summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-08-29 21:29:23 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2010-08-29 21:29:23 +0000
commit683db7ad2549834d6d4e28b3161203a31d7579ee (patch)
treecda2409796ec1c4941222b68fa2cfc97d01b0600 /package
parent2d624f25b50a7caf7d8c6cbcb273fde57a6d3cca (diff)
[uboot-kirkwood] Dockstar: Adjust rootfs size to that of the original fw
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22839 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-rw-r--r--package/uboot-kirkwood/files/include/configs/dockstar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/uboot-kirkwood/files/include/configs/dockstar.h b/package/uboot-kirkwood/files/include/configs/dockstar.h
index 5b9c181eb..fa3d19959 100644
--- a/package/uboot-kirkwood/files/include/configs/dockstar.h
+++ b/package/uboot-kirkwood/files/include/configs/dockstar.h
@@ -135,7 +135,7 @@
#define CONFIG_MTDPARTS "orion_nand:1M(u-boot)," \
"1M@1M(second_stage_u-boot)," \
- "3M@2M(kernel),64M@5M(rootfs),187M@69M(data) rw\0"
+ "3M@2M(kernel),32M@5M(rootfs),219M@37M(data) rw\0"
#define CONFIG_EXTRA_ENV_SETTINGS "x_bootargs=console" \
"=ttyS0,115200 mtdparts="CONFIG_MTDPARTS \