From 72daa122b6a4a9562109299d0b747c71aac1e483 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 2 Feb 2011 11:48:58 +0100 Subject: package/config: rebase against 2.6.37-rc1 Signed-off-by: Peter Korsgaard --- package/config/patches/08-make-write-deps.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/config/patches/08-make-write-deps.patch') diff --git a/package/config/patches/08-make-write-deps.patch b/package/config/patches/08-make-write-deps.patch index 686038a5b..0f9c7e308 100644 --- a/package/config/patches/08-make-write-deps.patch +++ b/package/config/patches/08-make-write-deps.patch @@ -6,7 +6,7 @@ Index: config/util.c =================================================================== --- config.orig/util.c +++ config/util.c -@@ -26,6 +26,121 @@ +@@ -29,6 +29,121 @@ return file; } @@ -128,7 +128,7 @@ Index: config/util.c /* write a dependency file as used by kbuild to track dependencies */ int file_write_dep(const char *name) { -@@ -68,7 +183,7 @@ +@@ -71,7 +186,7 @@ fprintf(out, "\n$(deps_config): ;\n"); fclose(out); rename("..config.tmp", name); -- cgit v1.2.3