changeset 37:11c23ebe3bf0

Update to 2.6.19.1 kernel. (Hopefully this fixes the network defines in make headers_install.)
author Rob Landley <rob@landley.net>
date Tue, 12 Dec 2006 12:39:42 -0500
parents 2f1a6a4645ed
children 297bb57cf74c
files download.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Mon Dec 11 21:06:19 2006 -0500
+++ b/download.sh	Tue Dec 12 12:39:42 2006 -0500
@@ -9,8 +9,8 @@
 
 # Required for cross compile toolchain
 
-URL=http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.tar.bz2 \
-SHA1=c00d5891e2461bce45be51c1ef7846ee842792dd \
+URL=http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.19.1.tar.bz2 \
+SHA1=a373be93fcb55b97a5b96a422f690edafeff1de4 \
 download &&
 
 URL=http://www.uclibc.org/downloads/snapshots/uClibc-20061128.tar.bz2 \