|
From: <abe...@us...> - 2011-10-24 13:35:04
|
Revision: 5233
http://astlinux.svn.sourceforge.net/astlinux/?rev=5233&view=rev
Author: abelbeck
Date: 2011-10-24 13:34:58 +0000 (Mon, 24 Oct 2011)
Log Message:
-----------
crosstool-ng, allow the 1.0 initrd.img to work in the 0.7 series, eg. a firmware revert from 1.0 to 0.7
Modified Paths:
--------------
branches/1.0/crosstool-ng-src/ct-ng.config
Modified: branches/1.0/crosstool-ng-src/ct-ng.config
===================================================================
--- branches/1.0/crosstool-ng-src/ct-ng.config 2011-10-24 04:20:12 UTC (rev 5232)
+++ branches/1.0/crosstool-ng-src/ct-ng.config 2011-10-24 13:34:58 UTC (rev 5233)
@@ -364,8 +364,8 @@
# CT_LIBC_GLIBC_KERNEL_VERSION_NONE is not set
# CT_LIBC_GLIBC_KERNEL_VERSION_AS_HEADERS is not set
CT_LIBC_GLIBC_KERNEL_VERSION_CHOSEN=y
-CT_LIBC_GLIBC_MIN_KERNEL_VERSION="2.6.35.13"
-CT_LIBC_GLIBC_MIN_KERNEL="2.6.35.13"
+CT_LIBC_GLIBC_MIN_KERNEL_VERSION="2.6.27"
+CT_LIBC_GLIBC_MIN_KERNEL="2.6.27"
#
# Debug facilities
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|