diff options
author | James Maki <jmaki@multitech.com> | 2010-10-18 08:56:45 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-10-18 08:56:45 -0500 |
commit | a44253690722711afea3e5f169b78ceeca44c41f (patch) | |
tree | 794014af4226949587eb90f08e4337e82e1215a3 | |
parent | 591793a3e800f3efe191eb27f591c9ed8bd9f4f1 (diff) |
set the preferred linux version back to 2.6.28 for now
-rw-r--r-- | conf/machine/mtcdp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/mtcdp.conf b/conf/machine/mtcdp.conf index 5588ead151..fd03fd2ae1 100644 --- a/conf/machine/mtcdp.conf +++ b/conf/machine/mtcdp.conf @@ -5,7 +5,7 @@ TARGET_ARCH = "arm" PREFERRED_PROVIDER_virtual/kernel = "linux" -PREFERRED_VERSION_linux = "2.6.32" +PREFERRED_VERSION_linux = "2.6.28" KERNEL_IMAGETYPE = "uImage" UBOOT_MACHINE = "at91sam9g20ek_nandflash_config" |