diff options
author | Holger Freyther <zecke@selfish.org> | 2006-04-09 14:40:06 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-04-09 14:40:06 +0000 |
commit | a5c3a9436b228963eb6a55bc400b63b4de00a50d (patch) | |
tree | a98d9873ca01b51b7cb35458386dcf6dbb3d8bfe /conf/machine/tosa.conf | |
parent | 7f1876ad185bce0c40b9782b3890fe453ac7c2c9 (diff) | |
parent | 6c017fb69b4276eb50a578aad2a279567bcaf7e1 (diff) |
merge of b40b9fb8b17f69ba321fa34167b8ddb37dc72ec2
and e6a2ccb39d3b001fdcc1071ba1860678a1fe8647
Diffstat (limited to 'conf/machine/tosa.conf')
-rw-r--r-- | conf/machine/tosa.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index b573f5721d..3485937186 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -5,8 +5,8 @@ TARGET_ARCH = "arm" IPKG_ARCHS = "all arm armv4 armv5te tosa" -KERNEL_VERSION ?= "2.4" -include conf/machine/include/tosa-${KERNEL_VERSION}.conf +ZKERNEL_VERSION ?= "2.4" +include conf/machine/include/tosa-${ZKERNEL_VERSION}.conf EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n --faketime" |