diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-06-15 09:30:00 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-06-15 09:30:00 +0000 |
commit | 24ea041ea88e53882a782b2af6d309110d3ebee5 (patch) | |
tree | d70b24cf11f92b20fb7d1b289705c182690188dd /conf | |
parent | 91ff6376f04a7278aa6710c8d60865b5b4254279 (diff) |
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).
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/angstrom-2007.1.conf | 10 |
1 files 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" |