aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/nslu2.conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-10-16 05:13:11 +0000
committerChris Larson <clarson@kergoth.com>2004-10-16 05:13:11 +0000
commit601d059b879a5375f411476cfbdc845ccf0efd04 (patch)
tree613aaf5ee0cf4ca83485df9f737b0efd40af3a76 /conf/machine/nslu2.conf
parent3589199f5f6051179240c235383e4dc785e4148f (diff)
downloadopenembedded-601d059b879a5375f411476cfbdc845ccf0efd04.tar.gz
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages 2004/10/16 00:12:53-05:00 handhelds.org!kergoth Lock down the block count for genext2fs again, for the time being. BKrev: 4170ade7grIq0Rdh2OtmuPmfDQqGgg
Diffstat (limited to 'conf/machine/nslu2.conf')
-rw-r--r--conf/machine/nslu2.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/nslu2.conf b/conf/machine/nslu2.conf
index e176049f95..4d3bd326de 100644
--- a/conf/machine/nslu2.conf
+++ b/conf/machine/nslu2.conf
@@ -6,6 +6,9 @@ TARGET_ARCH = "armeb"
IPKG_ARCHS = "all ${TARGET_ARCH} armv5te ${MACHINE}"
PREFERRED_PROVIDER_xserver ?= "xserver-kdrive"
+IMAGE_ROOTFS_SIZE_ext2 = "10240"
+IMAGE_ROOTFS_SIZE_ext2.gz = "10240"
+
include tune-xscale.conf
SERIAL_CONSOLE = "115200 ttyS0"