diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-06-14 23:58:34 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-14 23:58:34 +0000 |
commit | b22d41ba3ff712483da8bfcf6e5813903c2fb3de (patch) | |
tree | a259143133c930d1189469e04ec90c1d19a675af /conf/machine/tosa.conf | |
parent | a0621d7c282208125afd95093f6102baa4543dab (diff) | |
parent | fc9beec2c099a3179d3407aeb18a6f84e1696e93 (diff) |
merge of fb384f800bdb59aeed9d7bff06f6fa477bb6ddd6
and dbb4f8c5ce9d6875e4b652532e08c39932325b64
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 751b498f14..2652004f82 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -5,8 +5,8 @@ TARGET_ARCH = "arm" IPKG_EXTRA_ARCHS = "armv4 armv5te" -ZKERNEL_VERSION ?= "2.4" -include conf/machine/include/tosa-${ZKERNEL_VERSION}.conf +MACHINE_KERNEL_VERSION ?= "2.4" +include conf/machine/include/tosa-${MACHINE_KERNEL_VERSION}.conf EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n --faketime" |