diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-18 17:10:56 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-18 17:10:56 +0000 |
commit | 1f45a7ccf44b24ef2236dd20b6d6c9dd5dd5fc5e (patch) | |
tree | 8205e0d5f27e539aa40487e3a75acc98cb237006 /target/linux/Makefile.in | |
parent | 3b08e64d6f6dc3f4eba3b84e1503839b22e6dc15 (diff) | |
download | buildroot-novena-1f45a7ccf44b24ef2236dd20b6d6c9dd5dd5fc5e.tar.gz buildroot-novena-1f45a7ccf44b24ef2236dd20b6d6c9dd5dd5fc5e.zip |
- patch the correct dir
Diffstat (limited to 'target/linux/Makefile.in')
-rw-r--r-- | target/linux/Makefile.in | 2 |
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),) |