changeset 1508:9f8fb7a20166

Linux 3.3.
author Rob Landley <rob@landley.net>
date Mon, 19 Mar 2012 17:25:50 -0500
parents 1261b8fd1ec9
children c8fac8498b66
files download.sh sources/patches/linux-noperl-headers.patch
diffstat 2 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/download.sh	Fri Mar 16 07:00:09 2012 -0500
+++ b/download.sh	Mon Mar 19 17:25:50 2012 -0500
@@ -21,8 +21,8 @@
 # Building a cross compile toolchain requires linux headers, uClibc,
 # binutils, and gcc.
 
-URL=http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.2.tar.bz2 \
-SHA1=3460afa971049aa79b8f914e1bfd619eedd19f55 \
+URL=http://www.kernel.org/pub/linux/kernel/v3.x/linux-3.3.tar.bz2 \
+SHA1=dc10fd59e5afbe0f74de06862435dd8bed07ca6a \
 ALT=http://kernel.org/pub/linux/kernel/v3.0/testing/linux-3.0-rc1.tar.bz2 \
 maybe_fork "download || dienow"
 
--- a/sources/patches/linux-noperl-headers.patch	Fri Mar 16 07:00:09 2012 -0500
+++ b/sources/patches/linux-noperl-headers.patch	Mon Mar 19 17:25:50 2012 -0500
@@ -69,18 +69,20 @@
 diff -ruN linux-3.1/scripts/Makefile.headersinst
 --- linux-3.1/scripts/Makefile.headersinst
 +++ linux/scripts/Makefile.headersinst
-@@ -50,8 +50,8 @@
+@@ -55,9 +55,9 @@
  quiet_cmd_install = INSTALL $(printdir) ($(words $(all-files))\
                              file$(if $(word 2, $(all-files)),s))
        cmd_install = \
 -        $(PERL) $< $(srctree)/$(obj) $(install) $(SRCARCH) $(header-y); \
 -        $(PERL) $< $(objtree)/$(obj) $(install) $(SRCARCH) $(objhdr-y); \
-+      $(CONFIG_SHELL) $< $(srctree)/$(obj) $(install) $(header-y); \
-+      $(CONFIG_SHELL) $< $(objtree)/$(obj) $(install) $(objhdr-y); \
+-        $(PERL) $< $(objtree)/$(gen) $(install) $(SRCARCH) $(genhdr-y); \
++        $(CONFIG_SHELL) $< $(srctree)/$(obj) $(install) $(header-y); \
++        $(CONFIG_SHELL) $< $(objtree)/$(obj) $(install) $(objhdr-y); \
++        $(CONFIG_SHELL) $< $(objtree)/$(gen) $(install) $(genhdr-y); \
          for F in $(wrapper-files); do                                   \
                  echo "\#include <asm-generic/$$F>" > $(install)/$$F;    \
          done;                                                           \
-@@ -77,7 +77,7 @@
+@@ -83,7 +83,7 @@
  	@:
  
  targets += $(install-file)