diff options
author | Chris Larson <clarson@kergoth.com> | 2004-10-14 03:20:19 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-10-14 03:20:19 +0000 |
commit | 5a1bb609169fe06158068415d2e93dd01ad58f25 (patch) | |
tree | 07359ca6ca02b372af5c1c1677f7c9b995a00359 /conf/machine/nslu2.conf | |
parent | 4f33868fc4343468fae5cdac44d23b9f57927526 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into handhelds.org:/home/kergoth/code/packages
2004/10/13 22:20:07-05:00 handhelds.org!kergoth
genext2fs: Add, and use, patch from Christopher Edmonds which calculates the
# of blocks which are necessary automatically, along with my modifications to
calculate the # of inodes as well. Also stop using the fixed ext2 image
sizes in the builds, and move SECTION from genext2fs-native to genext2fs.
BKrev: 416df073t4Enw5HMEsshdWbMy2JdyQ
Diffstat (limited to 'conf/machine/nslu2.conf')
-rw-r--r-- | conf/machine/nslu2.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/machine/nslu2.conf b/conf/machine/nslu2.conf index 4d3bd326de..e176049f95 100644 --- a/conf/machine/nslu2.conf +++ b/conf/machine/nslu2.conf @@ -6,9 +6,6 @@ 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" |