cm-x270.conf: allow user to override kernel version
authorCliff Brake <cbrake@bec-systems.com>
Mon, 17 Dec 2007 22:03:35 +0000 (22:03 +0000)
committerCliff Brake <cbrake@bec-systems.com>
Mon, 17 Dec 2007 22:03:35 +0000 (22:03 +0000)
conf/machine/cm-x270.conf

index 2522897..1b61887 100644 (file)
@@ -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"