diff options
author | Leon Woestenberg <leon@witty.(none)> | 2008-11-21 20:36:41 +0100 |
---|---|---|
committer | Leon Woestenberg <leon@witty.(none)> | 2008-11-21 20:36:41 +0100 |
commit | 9cc464a61f6814fef8271b8339d5581125bff5bb (patch) | |
tree | e1fe8e1f1eca3e10f68a153bf5000bdb4a8b6925 /conf | |
parent | c9640f06e3d05300251b8acc7979089b8413e28f (diff) |
linux-2.6.26: Set as default kernel for AMCC460EX Canyonlands.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/canyonlands.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/canyonlands.conf b/conf/machine/canyonlands.conf index 5ad5c8e2ee..177738b1ff 100644 --- a/conf/machine/canyonlands.conf +++ b/conf/machine/canyonlands.conf @@ -9,6 +9,7 @@ TARGET_ARCH = "powerpc" PACKAGE_EXTRA_ARCHS = "ppc440e" PREFERRED_PROVIDER_virtual/kernel = "linux" +PREFERRED_VERSION_linux = "2.6.26" KERNEL_IMAGETYPE = "uImage" MACHINE_FEATURES = "kernel26 usbhost" |