From 16defbb2bd9478f9e5384b9722f20a694e6bae41 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 14 Mar 2009 15:52:42 +0000 Subject: nuke obsolete kernel stuff SVN-Revision: 14875 --- ...-build-hash-name-no-colon-separator.patch.patch | 32 ---------------------- 1 file changed, 32 deletions(-) delete mode 100644 target/linux/s3c24xx/patches-2.6.24/1257-fix-build-hash-name-no-colon-separator.patch.patch (limited to 'target/linux/s3c24xx/patches-2.6.24/1257-fix-build-hash-name-no-colon-separator.patch.patch') diff --git a/target/linux/s3c24xx/patches-2.6.24/1257-fix-build-hash-name-no-colon-separator.patch.patch b/target/linux/s3c24xx/patches-2.6.24/1257-fix-build-hash-name-no-colon-separator.patch.patch deleted file mode 100644 index d9e8c85..0000000 --- a/target/linux/s3c24xx/patches-2.6.24/1257-fix-build-hash-name-no-colon-separator.patch.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 2c55337cb0cde08203df321a108409b7e33e6904 Mon Sep 17 00:00:00 2001 -From: Andy Green -Date: Wed, 6 Aug 2008 23:13:28 +0100 -Subject: [PATCH] fix-build-hash-name-no-colon-separator.patch - Suggested-by: Carl-Daniel Hailfinger - -Colons are not very friendly for tar... scp has trouble too but -you can override that by prepending any path like ./ ... still -better to dilute the colon down to a _ avoiding - because it can -appear in branch names we use. - -Signed-off-by: Andy Green ---- - build | 2 +- - 1 files changed, 1 insertions(+), 1 deletions(-) - -diff --git a/build b/build -index 63bb0fc..9fda9c7 100755 ---- a/build -+++ b/build -@@ -10,7 +10,7 @@ VERSION= - if [ -d .git ] ; then - HEAD=`git show --pretty=oneline | head -n1 | cut -d' ' -f1 | cut -b1-16` - BRANCH=`git branch | grep ^\* | cut -d' ' -f2` -- VERSION=-$BRANCH:$HEAD -+ VERSION=-$BRANCH\_$HEAD - fi - - if make -j5 ARCH=arm EXTRAVERSION=$VERSION; then --- -1.5.6.5 - -- cgit v1.1