summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/patches-2.6.23/902-darwin_scripts_include.patch
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-05 17:01:00 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2008-06-05 17:01:00 +0000
commit51b1102e9862d66d813697ebd63e083b002b264d (patch)
treeb842888957a92e8af753d25b456fb0060e3880a8 /target/linux/generic-2.6/patches-2.6.23/902-darwin_scripts_include.patch
parentc9615c4bdcf413c557ce1d50e39aaa9b34b3de84 (diff)
refresh generic 2.6.23 patches in upstream style
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11366 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.23/902-darwin_scripts_include.patch')
-rw-r--r--target/linux/generic-2.6/patches-2.6.23/902-darwin_scripts_include.patch38
1 files changed, 13 insertions, 25 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.23/902-darwin_scripts_include.patch b/target/linux/generic-2.6/patches-2.6.23/902-darwin_scripts_include.patch
index 173a305b2..9bf058bc7 100644
--- a/target/linux/generic-2.6/patches-2.6.23/902-darwin_scripts_include.patch
+++ b/target/linux/generic-2.6/patches-2.6.23/902-darwin_scripts_include.patch
@@ -1,7 +1,5 @@
-Index: linux-2.6.23.17/scripts/genksyms/parse.c_shipped
-===================================================================
---- linux-2.6.23.17.orig/scripts/genksyms/parse.c_shipped
-+++ linux-2.6.23.17/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.23.17/scripts/genksyms/parse.c_shipped
#include "genksyms.h"
static int is_typedef;
-Index: linux-2.6.23.17/scripts/genksyms/parse.y
-===================================================================
---- linux-2.6.23.17.orig/scripts/genksyms/parse.y
-+++ linux-2.6.23.17/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.23.17/scripts/genksyms/parse.y
#include "genksyms.h"
static int is_typedef;
-Index: linux-2.6.23.17/scripts/kallsyms.c
-===================================================================
---- linux-2.6.23.17.orig/scripts/kallsyms.c
-+++ linux-2.6.23.17/scripts/kallsyms.c
+--- a/scripts/kallsyms.c
++++ b/scripts/kallsyms.c
@@ -28,6 +28,35 @@
#include <stdlib.h>
#include <string.h>
@@ -66,11 +60,9 @@ Index: linux-2.6.23.17/scripts/kallsyms.c
#define KSYM_NAME_LEN 128
-Index: linux-2.6.23.17/scripts/kconfig/Makefile
-===================================================================
---- linux-2.6.23.17.orig/scripts/kconfig/Makefile
-+++ linux-2.6.23.17/scripts/kconfig/Makefile
-@@ -88,6 +88,9 @@ check-lxdialog := $(srctree)/$(src)/lxd
+--- a/scripts/kconfig/Makefile
++++ b/scripts/kconfig/Makefile
+@@ -88,6 +88,9 @@
# we really need to do so. (Do not call gcc as part of make mrproper)
HOST_EXTRACFLAGS = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags)
HOST_LOADLIBES = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))
@@ -80,10 +72,8 @@ Index: linux-2.6.23.17/scripts/kconfig/Makefile
HOST_EXTRACFLAGS += -DLOCALE
-Index: linux-2.6.23.17/scripts/mod/mk_elfconfig.c
-===================================================================
---- linux-2.6.23.17.orig/scripts/mod/mk_elfconfig.c
-+++ linux-2.6.23.17/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>
@@ -96,10 +86,8 @@ Index: linux-2.6.23.17/scripts/mod/mk_elfconfig.c
int
main(int argc, char **argv)
-Index: linux-2.6.23.17/scripts/mod/modpost.h
-===================================================================
---- linux-2.6.23.17.orig/scripts/mod/modpost.h
-+++ linux-2.6.23.17/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>