summaryrefslogtreecommitdiff
path: root/toolchain/kernel-headers/patches/3.0.9/microperl.patch
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2011-12-01 16:41:29 +0100
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2011-12-01 16:41:29 +0100
commite68d0ffcffeb66e1f81b12fafed8c5ac74a0050b (patch)
treefcdf6819a4079ed04360d582c554ceacdf3a3d04 /toolchain/kernel-headers/patches/3.0.9/microperl.patch
parente81bdd9d423b5db0d18018bd465672cd9ba74e48 (diff)
refresh linux kernels
Diffstat (limited to 'toolchain/kernel-headers/patches/3.0.9/microperl.patch')
-rw-r--r--toolchain/kernel-headers/patches/3.0.9/microperl.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/toolchain/kernel-headers/patches/3.0.9/microperl.patch b/toolchain/kernel-headers/patches/3.0.9/microperl.patch
new file mode 100644
index 000000000..2955b7421
--- /dev/null
+++ b/toolchain/kernel-headers/patches/3.0.9/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;
+