projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3978c67
)
Fix bad parameter list for patching linux kernel
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 19 Aug 2007 22:28:51 +0000
(22:28 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 19 Aug 2007 22:28:51 +0000
(22:28 -0000)
target/linux/Makefile.in
patch
|
blob
|
history
diff --git
a/target/linux/Makefile.in
b/target/linux/Makefile.in
index 78dcab70fe2bdf1dc93c94c39019be234ba6f633..d6835efd1a8715db2e52035649d751b572a1e73b 100644
(file)
--- a/
target/linux/Makefile.in
+++ b/
target/linux/Makefile.in
@@
-107,7
+107,7
@@
endif
touch $@
$(LINUX26_DIR)/.patched: $(LINUX26_DIR)/.unpacked
- toolchain/patch-kernel.sh $(LINUX26_DIR) $(LINUX26_PATCH_DIR)
+ toolchain/patch-kernel.sh $(LINUX26_DIR) $(LINUX26_PATCH_DIR)
\*.patch
touch $@
endif # ($(LINUX26_VERSION),$(LINUX_HEADERS_VERSION))