changeset 364:a9dfcdc8de35

Bump kernel to 2.6.25.10.
author Rob Landley <rob@landley.net>
date Sat, 12 Jul 2008 00:36:50 -0500
parents 80f520811ed6
children f9ec1fd54034
files download.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Thu Jul 10 09:21:41 2008 -0500
+++ b/download.sh	Sat Jul 12 00:36:50 2008 -0500
@@ -22,8 +22,8 @@
 # then cut and paste the sha1 from the output and run it again to confirm.
 
 # Required for cross compile toolchain
-URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.4.tar.bz2 \
-SHA1=e7c5dcc8235884ae5c60309f89b5a7179c4c9647 \
+URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.10.tar.bz2 \
+SHA1=2911e1c01cd75d7e0fad2afb8329cd8ad1e742fb \
 download &&
 
 URL=http://www.uclibc.org/downloads/uClibc-0.9.29.tar.bz2 \