aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/tosa.conf
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-11-30 11:29:02 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-11-30 11:29:02 +0000
commit1ec7243fb0b2833413e33e34e8f986af884a0262 (patch)
tree1c05f11334d92f272821e49bfae0119137b69251 /conf/machine/tosa.conf
parentd094508a2f042069c31d1026647981d615bea777 (diff)
downloadopenembedded-1ec7243fb0b2833413e33e34e8f986af884a0262.tar.gz
poodle/tosa: drop 2.4 support
Diffstat (limited to 'conf/machine/tosa.conf')
-rw-r--r--conf/machine/tosa.conf8
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"