diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-30 11:29:02 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-30 11:29:02 +0000 |
commit | 1ec7243fb0b2833413e33e34e8f986af884a0262 (patch) | |
tree | 1c05f11334d92f272821e49bfae0119137b69251 /conf/machine/tosa.conf | |
parent | d094508a2f042069c31d1026647981d615bea777 (diff) |
poodle/tosa: drop 2.4 support
Diffstat (limited to 'conf/machine/tosa.conf')
-rw-r--r-- | conf/machine/tosa.conf | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/tosa.conf b/conf/machine/tosa.conf index 1d7b04e24e..9f720404db 100644 --- a/conf/machine/tosa.conf +++ b/conf/machine/tosa.conf @@ -5,8 +5,12 @@ TARGET_ARCH = "arm" PACKAGE_EXTRA_ARCHS = "armv4 armv5te" -MACHINE_KERNEL_VERSION ?= "2.6" -include conf/machine/include/tosa-${MACHINE_KERNEL_VERSION}.conf +MACHINE_KERNEL_VERSION = "2.6" + +include conf/machine/include/zaurus-2.6.conf + +# wlan-ng Modules +MACHINE_EXTRA_RDEPENDS += "wlan-ng-modules-usb" EXTRA_IMAGECMD_jffs2 = "--pad --little-endian --eraseblock=0x4000 -n --faketime" |