diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2008-02-29 17:25:43 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2008-02-29 17:25:43 +0000 |
commit | 22ffa155888b2af551d468577b0ce6ab8b4cdc1b (patch) | |
tree | 51a4365d1db781cadc45ac2a44771371804343a9 /conf/machine | |
parent | 063cf4befbbdef2a8f124eff35d07f43352ce241 (diff) |
linux 2.6.24: update cm-x270 to use 2.6.24 kernel
Diffstat (limited to 'conf/machine')
-rw-r--r-- | conf/machine/cm-x270.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/cm-x270.conf b/conf/machine/cm-x270.conf index 1b6188753e..0c9578e407 100644 --- a/conf/machine/cm-x270.conf +++ b/conf/machine/cm-x270.conf @@ -6,7 +6,7 @@ TARGET_ARCH = "arm" GUI_MACHINE_CLASS ?= "bigscreen" PREFERRED_PROVIDER_virtual/kernel = "linux" -PREFERRED_VERSION_linux ?= "2.6.23" +PREFERRED_VERSION_linux ?= "2.6.24" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" |