diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-27 00:41:29 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-03-27 00:41:29 +0000 |
commit | 31b51598e648ae75182339265ddb2092e9fc8305 (patch) | |
tree | 7bfe7d620c76e1a2b5369f9062c1e83a5cf97190 /conf/machine | |
parent | 4ec7ccd1b4fa3d0baa624c87a9b5231cec5cc150 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/03/27 00:54:14+01:00 vanille.de!mickeyl
tosa.conf: add ROOT_FLASH_SIZE
2005/03/27 00:45:15+01:00 vanille.de!mickeyl
tosa.conf: fix stupid typo. need to concentrate more...
BKrev: 424601397dX5m3f7xvMqVu4Q9VcIXQ
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/tosa.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index 2a9c2b42c8..c3f440fae2 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -3,7 +3,7 @@ #@DESCRIPTION: Machine configuration for the PXA255 based Sharp Zaurus SL-6000 device TARGET_ARCH = "arm" -IPKG_ARCHS = "IPKG_ARCHS = "all arm armv4 armv5te tosa" +IPKG_ARCHS = "all arm armv4 armv5te tosa" KERNEL_VERSION ?= "2.4" include conf/machine/tosa-${KERNEL_VERSION}.conf @@ -14,6 +14,7 @@ IMAGE_CMD_jffs2 = "mkfs.jffs2 --root=${IMAGE_ROOTFS} --output=${DEPLOY_DIR_IMAGE GUI_MACHINE_CLASS = "bigscreen" GPE_EXTRA_DEPENDS += "gaim" +ROOT_FLASH_SIZE = "32" include conf/machine/handheld-common.conf |