Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] linux: Change patch matching string to allow all names. This allows the use of patches output by git format-patch.
@ 2011-06-24 14:08 Mike Williams
  2011-06-27  7:10 ` Daniel Nyström
  0 siblings, 1 reply; 6+ messages in thread
From: Mike Williams @ 2011-06-24 14:08 UTC (permalink / raw)
  To: buildroot


Signed-off-by: Mike Williams <mike@mikebwilliams.com>
---
 linux/linux.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/linux/linux.mk b/linux/linux.mk
index 43ca87b..fbd0fad 100644
--- a/linux/linux.mk
+++ b/linux/linux.mk
@@ -98,7 +98,7 @@ $(LINUX26_DIR)/.stamp_patched: $(LINUX26_DIR)/.stamp_extracted
 		if echo $$p | grep -q -E "^ftp://|^http://" ; then \
 			toolchain/patch-kernel.sh $(@D) $(DL_DIR) `basename $$p` ; \
 		elif test -d $$p ; then \
-			toolchain/patch-kernel.sh $(@D) $$p linux-\*.patch ; \
+			toolchain/patch-kernel.sh $(@D) $$p \*.patch ; \
 		else \
 			toolchain/patch-kernel.sh $(@D) `dirname $$p` `basename $$p` ; \
 		fi \
-- 
1.7.3.4

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-06-27 14:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 14:08 [Buildroot] [PATCH] linux: Change patch matching string to allow all names. This allows the use of patches output by git format-patch Mike Williams
2011-06-27  7:10 ` Daniel Nyström
2011-06-27 12:22   ` Thomas Petazzoni
2011-06-27 13:05     ` Peter Korsgaard
2011-06-27 13:43       ` Thomas Petazzoni
2011-06-27 14:31         ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox