changeset 260:668e4460abca

Switch to 2.6.24 kernel and toybox 0.0.4.
author Rob Landley <rob@landley.net>
date Fri, 25 Jan 2008 03:03:00 -0600
parents 754717ecf40b
children 0f962b5609c3
files download.sh sources/patches/linux-2.6.13-cmdline.patch
diffstat 2 files changed, 6 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Thu Jan 24 03:48:19 2008 -0600
+++ b/download.sh	Fri Jan 25 03:03:00 2008 -0600
@@ -1,5 +1,7 @@
 #!/bin/bash
 
+# Use "./download.sh --extract" to extract all tarballs.
+
 NO_ARCH=none
 source include.sh
 
@@ -8,9 +10,6 @@
 # Dark blue
 echo -e "\e[34m"
 
-rm -rf sources/build-links &&
-mkdir -p sources/build-links &&
-
 # Download everything we haven't already got a copy of.
 
 # Note: set SHA1= blank to skip checksum validation.
@@ -23,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://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \
-SHA1=3a186adf13e44415796ab6381aa8979b16a5d5ca \
+URL=http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.tar.bz2 \
+SHA1=351aebc784a5395fe4c92d1e514a89680482f7e2 \
 download &&
 
 URL=http://www.uclibc.org/downloads/uClibc-0.9.29.tar.bz2 \
@@ -46,7 +45,7 @@
 SHA1=e29c6e151050f8b5ac5d680b99483df522606143 \
 download &&
 
-URL=http://landley.net/code/toybox/downloads/toybox-0.0.3.tar.bz2 \
+URL=http://landley.net/code/toybox/downloads/toybox-0.0.4.tar.bz2 \
 SHA1= \
 download &&
 
--- a/sources/patches/linux-2.6.13-cmdline.patch	Thu Jan 24 03:48:19 2008 -0600
+++ b/sources/patches/linux-2.6.13-cmdline.patch	Fri Jan 25 03:03:00 2008 -0600
@@ -5,7 +5,7 @@
  		return 0;
  
 -	/*
--	 * Preemptive maintenance for "why didn't my mispelled command
+-	 * Preemptive maintenance for "why didn't my misspelled command
 -	 * line work?"
 -	 */
 -	if (strchr(param, '.') && (!val || strchr(param, '.') < val)) {