diff options
author | Cliff Brake <cbrake@bec-systems.com> | 2007-12-17 22:03:35 +0000 |
---|---|---|
committer | Cliff Brake <cbrake@bec-systems.com> | 2007-12-17 22:03:35 +0000 |
commit | 1ca4a54a664546080045b75070ac8fe2c1880c46 (patch) | |
tree | 2fb67cbac6732e14536337b91792c65418f3a558 | |
parent | d9850a24db5860ce7a56705271143e1d0de342bc (diff) |
cm-x270.conf: allow user to override kernel version
-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 2522897042..1b6188753e 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.23" PACKAGE_EXTRA_ARCHS = "armv4 armv4t armv5te iwmmxt" |