From 1ec7243fb0b2833413e33e34e8f986af884a0262 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 30 Nov 2006 11:29:02 +0000 Subject: poodle/tosa: drop 2.4 support --- conf/machine/tosa.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'conf/machine/tosa.conf') 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" -- cgit 1.2.3-korg