projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29ac0f1
)
Fix syntax error in Makefile for Advanced Linux configuration
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 18 Oct 2007 11:58:47 +0000
(11:58 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Thu, 18 Oct 2007 11:58:47 +0000
(11:58 -0000)
target/linux/Makefile.in.advanced
patch
|
blob
|
history
diff --git
a/target/linux/Makefile.in.advanced
b/target/linux/Makefile.in.advanced
index 08059921e1bb70f13e064f6191469db5cd556b8e..314b6a991586be02fb8885fc5bff0fa3b4e583f9 100644
(file)
--- a/
target/linux/Makefile.in.advanced
+++ b/
target/linux/Makefile.in.advanced
@@
-252,7
+252,7
@@
endif
ifeq ($(BR2_KERNEL_HEADERS_PATCH_DIR),y)
if [ -d $(KERNEL_HEADERS_PATCH_DIR) ] ; then \
toolchain/patch-kernel.sh $(LINUX26_DIR) $(KERNEL_HEADERS_PATCH_DIR) \
- linux-$(LINUX26_VERSION)-\*.patch{,.gz,.bz2} \
+ linux-$(LINUX26_VERSION)-\*.patch{,.gz,.bz2}
;
\
fi
endif
ifeq ($(BR2_PACKAGE_OPENSWAN),y)