From 57177df84b91ca2cfb1e205f83353a8b7d7e2024 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 5 Aug 2010 22:39:01 +0200 Subject: update lemote to 2.6.35, enable version specific patches for kernel-header patches --- .../kernel-headers/patches/2.6.35/microperl.patch | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 toolchain/kernel-headers/patches/2.6.35/microperl.patch (limited to 'toolchain/kernel-headers/patches/2.6.35/microperl.patch') diff --git a/toolchain/kernel-headers/patches/2.6.35/microperl.patch b/toolchain/kernel-headers/patches/2.6.35/microperl.patch new file mode 100644 index 000000000..2955b7421 --- /dev/null +++ b/toolchain/kernel-headers/patches/2.6.35/microperl.patch @@ -0,0 +1,24 @@ +diff -Nur linux-2.6.30.5.orig/scripts/headers_check.pl linux-2.6.30.5/scripts/headers_check.pl +--- linux-2.6.30.5.orig/scripts/headers_check.pl 2009-08-16 23:19:38.000000000 +0200 ++++ linux-2.6.30.5/scripts/headers_check.pl 2009-09-14 21:16:21.000000000 +0200 +@@ -18,7 +18,7 @@ + # + # 3) Check for leaked CONFIG_ symbols + +-use strict; ++#use strict; + + my ($dir, $arch, @files) = @ARGV; + +diff -Nur linux-2.6.30.5.orig/scripts/headers_install.pl linux-2.6.30.5/scripts/headers_install.pl +--- linux-2.6.30.5.orig/scripts/headers_install.pl 2009-08-16 23:19:38.000000000 +0200 ++++ linux-2.6.30.5/scripts/headers_install.pl 2009-09-14 21:16:11.000000000 +0200 +@@ -16,7 +16,7 @@ + # 2) Drop include of compiler.h + # 3) Drop all sections defined out by __KERNEL__ (using unifdef) + +-use strict; ++#use strict; + + my ($readdir, $installdir, $arch, @files) = @ARGV; + -- cgit v1.2.3