From 24ea041ea88e53882a782b2af6d309110d3ebee5 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 15 Jun 2007 09:30:00 +0000 Subject: [PATCH] angstrom-2007.1.conf: Set kernel version for PocketPC's: * Ones without flash support - to 2.6.21-hh7 (latest) * Ones with flash support - to 2.6.20-hh6 (.21 has known issues with mtd) * Default - 2.6.20-hh6 (previous, 2.6.16 is *very* old). --- conf/distro/angstrom-2007.1.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/distro/angstrom-2007.1.conf b/conf/distro/angstrom-2007.1.conf index 66cb1df12f..e7d1478ef3 100644 --- a/conf/distro/angstrom-2007.1.conf +++ b/conf/distro/angstrom-2007.1.conf @@ -125,13 +125,13 @@ MACHINE_KERNEL_VERSION = "2.6" PCMCIA_MANAGER = "pcmciautils" #Preferred version for the kernel on various machines -PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.16-hh9" -PREFERRED_VERSION_linux-handhelds-2.6_h3900 ?= "2.6.20-hh6" -PREFERRED_VERSION_linux-handhelds-2.6_h4000 ?= "2.6.20-hh6" +PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.20-hh6" +PREFERRED_VERSION_linux-handhelds-2.6_h3900 ?= "2.6.21-hh7" +PREFERRED_VERSION_linux-handhelds-2.6_h4000 ?= "2.6.21-hh7" PREFERRED_VERSION_linux-handhelds-2.6_h5000 ?= "2.6.20-hh6" -PREFERRED_VERSION_linux-handhelds-2.6_htcuniversal ?= "2.6.19-hh13" +PREFERRED_VERSION_linux-handhelds-2.6_htcuniversal ?= "2.6.21-hh7" PREFERRED_VERSION_linux-handhelds-2.6_hx4700 ?= "2.6.20-hh6" -PREFERRED_VERSION_linux-handhelds-2.6_magician ?= "2.6.20-hh6" +PREFERRED_VERSION_linux-handhelds-2.6_magician ?= "2.6.21-hh7" # Needed for crappy ipaqs with broken hostap in the kernel PREFERRED_VERSION_hostap-modules ?= "0.4.7" -- 2.39.5