summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-18 19:10:56 +0200
committerBernhard Reutner-Fischer2007-09-18 19:10:56 +0200
commit1f45a7ccf44b24ef2236dd20b6d6c9dd5dd5fc5e (patch)
tree8205e0d5f27e539aa40487e3a75acc98cb237006
parent- forgot to put base-target's sources into the source target. (diff)
downloadbuildroot-1f45a7ccf44b24ef2236dd20b6d6c9dd5dd5fc5e.tar.gz
buildroot-1f45a7ccf44b24ef2236dd20b6d6c9dd5dd5fc5e.tar.xz
buildroot-1f45a7ccf44b24ef2236dd20b6d6c9dd5dd5fc5e.zip
- patch the correct dir
-rw-r--r--target/linux/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Makefile.in b/target/linux/Makefile.in
index a6fc3ab32..fb3a71a15 100644
--- a/target/linux/Makefile.in
+++ b/target/linux/Makefile.in
@@ -129,7 +129,7 @@ ifeq ($(BR2_KERNEL_HEADERS_PATCH_DIR),y)
linux-$(LINUX26_VERSION)-\*.patch{,.gz,.bz2}
endif
ifeq ($(BR2_PACKAGE_OPENSWAN),y)
- toolchain/patch-kernel.sh $(LINUX_HEADERS_UNPACK_DIR) package/openswan \
+ toolchain/patch-kernel.sh $(LINUX26_DIR) package/openswan \
linux-$(LINUX26_VERSION)-\*.patch{,.gz,.bz2}
endif
ifneq ($(LINUX26_PATCH_DIR),)