diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-12 20:03:48 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2007-01-12 20:03:48 +0000 |
commit | d136678e618e308ee7a47a1650102a9886fafcb2 (patch) | |
tree | 10e576de09c5ec784076b2cbcf2d96babfc4160d /conf/machine | |
parent | 7c318bfdf81af542dc0c15747748ac886eafbda5 (diff) |
rx3000.conf: Specify known good kernel version.
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/rx3000.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/rx3000.conf b/conf/machine/rx3000.conf index 40b13667b6..e39844d943 100644 --- a/conf/machine/rx3000.conf +++ b/conf/machine/rx3000.conf @@ -20,6 +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" PCMCIA_MANAGER = "pcmciautils" PREFERRED_PROVIDER_xserver = "xserver-kdrive" |