diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-02 10:39:48 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-02-02 15:54:33 +0100 |
commit | 359a922659c6b33c44ab7c4f94de7d801a8bea63 (patch) | |
tree | d56ad42cbe74fb823bb1876cd0437507b5977712 /package/config/patches/08-make-write-deps.patch | |
parent | a7306b8aa5b51f7c6e9f5327e0bd80c11cfadda6 (diff) |
package/config: Rebase against Linux 2.6.36
No significant changes, but makes it easier to rebase against newer
versions.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/config/patches/08-make-write-deps.patch')
-rw-r--r-- | package/config/patches/08-make-write-deps.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/config/patches/08-make-write-deps.patch b/package/config/patches/08-make-write-deps.patch index b10413485..686038a5b 100644 --- a/package/config/patches/08-make-write-deps.patch +++ b/package/config/patches/08-make-write-deps.patch @@ -2,10 +2,10 @@ util.c | 117 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 116 insertions(+), 1 deletion(-) -Index: config.clean/util.c +Index: config/util.c =================================================================== ---- config.clean.orig/util.c -+++ config.clean/util.c +--- config.orig/util.c ++++ config/util.c @@ -26,6 +26,121 @@ return file; } |