diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-17 13:09:30 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-17 13:09:30 +0000 |
commit | a3caba01d6da8e27cf0eef41948d0b89e71132f9 (patch) | |
tree | 7e2c0c4ef69c79149cb2212ef004013009318ea5 /conf/machine/tosa.conf | |
parent | c2c6337427015df24be909edc6287d3f8c2bea2f (diff) |
tosa: linux 2.6 by default
Diffstat (limited to 'conf/machine/tosa.conf')
-rw-r--r-- | conf/machine/tosa.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index 2652004f82..a6b4caf6fd 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -5,7 +5,7 @@ TARGET_ARCH = "arm" IPKG_EXTRA_ARCHS = "armv4 armv5te" -MACHINE_KERNEL_VERSION ?= "2.4" +MACHINE_KERNEL_VERSION ?= "2.6" include conf/machine/include/tosa-${MACHINE_KERNEL_VERSION}.conf EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n --faketime" |