diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 14:43:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-04-29 14:43:48 +0200 |
commit | 63010213faa23bbb6d950a761b61a4d744126cab (patch) | |
tree | 76367b6bbdb558e5d1db6449e3da1cf5eab25af9 /toolchain/kernel-headers/patches/3.6.3/microperl.patch | |
parent | c7e73bd3cb4efd7e1e708fcacb9ba4c00ef7dc52 (diff) |
update kernel, fix mk/modules.mk for 3.4.x kernels, delete obsolete kernel patches
Diffstat (limited to 'toolchain/kernel-headers/patches/3.6.3/microperl.patch')
-rw-r--r-- | toolchain/kernel-headers/patches/3.6.3/microperl.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/toolchain/kernel-headers/patches/3.6.3/microperl.patch b/toolchain/kernel-headers/patches/3.6.3/microperl.patch deleted file mode 100644 index 44c39f6e8..000000000 --- a/toolchain/kernel-headers/patches/3.6.3/microperl.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -Nur linux-3.4.2.orig/scripts/headers_check.pl linux-3.4.2/scripts/headers_check.pl ---- linux-3.4.2.orig/scripts/headers_check.pl 2012-06-09 17:36:33.000000000 +0200 -+++ linux-3.4.2/scripts/headers_check.pl 2012-06-15 12:45:43.000000000 +0200 -@@ -18,7 +18,7 @@ - # - # 3) Check for leaked CONFIG_ symbols - --use strict; -+#use strict; - use File::Basename; - - my ($dir, $arch, @files) = @ARGV; -diff -Nur linux-3.4.2.orig/scripts/headers_install.pl linux-3.4.2/scripts/headers_install.pl ---- linux-3.4.2.orig/scripts/headers_install.pl 2012-06-09 17:36:33.000000000 +0200 -+++ linux-3.4.2/scripts/headers_install.pl 2012-06-15 12:45: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; - |