diff options
| author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-08 19:33:57 +0000 | 
|---|---|---|
| committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-08 19:33:57 +0000 | 
| commit | b27747291f8ab78a69e16cbbf172443f940127c7 (patch) | |
| tree | f3fc6001f5b20a75470276c236e0b595d3e9744e /target/linux/generic-2.6/patches-2.6.21/902-darwin_scripts_include.patch | |
| parent | a358eec082b802867b771d3b5250cce5b23a249e (diff) | |
[kernel] generic-2.6/2.6.21: refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14453 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.21/902-darwin_scripts_include.patch')
| -rw-r--r-- | target/linux/generic-2.6/patches-2.6.21/902-darwin_scripts_include.patch | 48 | 
1 files changed, 16 insertions, 32 deletions
| diff --git a/target/linux/generic-2.6/patches-2.6.21/902-darwin_scripts_include.patch b/target/linux/generic-2.6/patches-2.6.21/902-darwin_scripts_include.patch index 0e981def5..ae7a77e16 100644 --- a/target/linux/generic-2.6/patches-2.6.21/902-darwin_scripts_include.patch +++ b/target/linux/generic-2.6/patches-2.6.21/902-darwin_scripts_include.patch @@ -1,7 +1,5 @@ -Index: linux-2.6.21.7/scripts/genksyms/parse.c_shipped -=================================================================== ---- linux-2.6.21.7.orig/scripts/genksyms/parse.c_shipped -+++ linux-2.6.21.7/scripts/genksyms/parse.c_shipped +--- a/scripts/genksyms/parse.c_shipped ++++ b/scripts/genksyms/parse.c_shipped  @@ -144,7 +144,9 @@ @@ -12,10 +10,8 @@ Index: linux-2.6.21.7/scripts/genksyms/parse.c_shipped   #include "genksyms.h"   static int is_typedef; -Index: linux-2.6.21.7/scripts/genksyms/parse.y -=================================================================== ---- linux-2.6.21.7.orig/scripts/genksyms/parse.y -+++ linux-2.6.21.7/scripts/genksyms/parse.y +--- a/scripts/genksyms/parse.y ++++ b/scripts/genksyms/parse.y  @@ -24,7 +24,9 @@   %{ @@ -26,10 +22,8 @@ Index: linux-2.6.21.7/scripts/genksyms/parse.y   #include "genksyms.h"   static int is_typedef; -Index: linux-2.6.21.7/scripts/kallsyms.c -=================================================================== ---- linux-2.6.21.7.orig/scripts/kallsyms.c -+++ linux-2.6.21.7/scripts/kallsyms.c +--- a/scripts/kallsyms.c ++++ b/scripts/kallsyms.c  @@ -30,6 +30,35 @@   #include <stdlib.h>   #include <string.h> @@ -66,10 +60,8 @@ Index: linux-2.6.21.7/scripts/kallsyms.c   #define KSYM_NAME_LEN		127 -Index: linux-2.6.21.7/scripts/kconfig/Makefile -=================================================================== ---- linux-2.6.21.7.orig/scripts/kconfig/Makefile -+++ linux-2.6.21.7/scripts/kconfig/Makefile +--- a/scripts/kconfig/Makefile ++++ b/scripts/kconfig/Makefile  @@ -87,6 +87,9 @@ check-lxdialog  := $(srctree)/$(src)/lxd   # we really need to do so. (Do not call gcc as part of make mrproper)   HOST_EXTRACFLAGS = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags) @@ -80,10 +72,8 @@ Index: linux-2.6.21.7/scripts/kconfig/Makefile   HOST_EXTRACFLAGS += -DLOCALE -Index: linux-2.6.21.7/scripts/mod/file2alias.c -=================================================================== ---- linux-2.6.21.7.orig/scripts/mod/file2alias.c -+++ linux-2.6.21.7/scripts/mod/file2alias.c +--- a/scripts/mod/file2alias.c ++++ b/scripts/mod/file2alias.c  @@ -37,7 +37,21 @@ typedef unsigned char	__u8;    * even potentially has different endianness and word sizes, since    * we handle those differences explicitly below */ @@ -106,10 +96,8 @@ Index: linux-2.6.21.7/scripts/mod/file2alias.c   #define ADD(str, sep, cond, field)                              \   do {                                                            \ -Index: linux-2.6.21.7/scripts/mod/mk_elfconfig.c -=================================================================== ---- linux-2.6.21.7.orig/scripts/mod/mk_elfconfig.c -+++ linux-2.6.21.7/scripts/mod/mk_elfconfig.c +--- a/scripts/mod/mk_elfconfig.c ++++ b/scripts/mod/mk_elfconfig.c  @@ -1,7 +1,11 @@   #include <stdio.h>   #include <stdlib.h> @@ -122,10 +110,8 @@ Index: linux-2.6.21.7/scripts/mod/mk_elfconfig.c   int   main(int argc, char **argv) -Index: linux-2.6.21.7/scripts/mod/modpost.h -=================================================================== ---- linux-2.6.21.7.orig/scripts/mod/modpost.h -+++ linux-2.6.21.7/scripts/mod/modpost.h +--- a/scripts/mod/modpost.h ++++ b/scripts/mod/modpost.h  @@ -7,7 +7,11 @@   #include <sys/mman.h>   #include <fcntl.h> @@ -138,10 +124,8 @@ Index: linux-2.6.21.7/scripts/mod/modpost.h   #include "elfconfig.h" -Index: linux-2.6.21.7/scripts/mod/sumversion.c -=================================================================== ---- linux-2.6.21.7.orig/scripts/mod/sumversion.c -+++ linux-2.6.21.7/scripts/mod/sumversion.c +--- a/scripts/mod/sumversion.c ++++ b/scripts/mod/sumversion.c  @@ -8,6 +8,9 @@   #include <errno.h>   #include <string.h> | 
