diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-24 04:24:51 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-24 04:24:51 +0000 |
commit | 9225a7ecf9f3306c3162e0211b8772d81cb3037c (patch) | |
tree | a7e1395be9b293b962e5a44370c8d8d08d6846cd /conf | |
parent | f3271105bd2808bf4b32d244f10b3fd2487dbfb8 (diff) |
rx3000: Prefer kernel 2.6.18-hh2, until 2.6.19 will be revamped from mainline breakage.
* Closes #1812.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/rx3000.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/rx3000.conf b/conf/machine/rx3000.conf index e39844d943..190b5f54dd 100644 --- a/conf/machine/rx3000.conf +++ b/conf/machine/rx3000.conf @@ -20,7 +20,7 @@ MACHINE_FEATURES = "kernel26 touchscreen apm alsa irda bluetooth wifi usbgadget # Software/packages selection # PREFERRED_PROVIDER_virtual/kernel = "linux-handhelds-2.6" -PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.19-hh8" +PREFERRED_VERSION_linux-handhelds-2.6 ?= "2.6.18-hh2" PCMCIA_MANAGER = "pcmciautils" PREFERRED_PROVIDER_xserver = "xserver-kdrive" |