aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/kernel-headers
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2008-02-03 18:22:22 +0000
committerFelix Fietkau <nbd@openwrt.org>2008-02-03 18:22:22 +0000
commit5f258e330da772ed4551670d4ba6f4b423f8a349 (patch)
treeb47de77d998d28fcf72f4448a7fae03fdf5214f7 /toolchain/kernel-headers
parent8822153478441127e9e7226d909c38e3ea894c05 (diff)
downloadupstream-5f258e330da772ed4551670d4ba6f4b423f8a349.tar.gz
upstream-5f258e330da772ed4551670d4ba6f4b423f8a349.tar.bz2
upstream-5f258e330da772ed4551670d4ba6f4b423f8a349.zip
fix path to etrax patches (#3055)
SVN-Revision: 10376
Diffstat (limited to 'toolchain/kernel-headers')
-rw-r--r--toolchain/kernel-headers/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/kernel-headers/Makefile b/toolchain/kernel-headers/Makefile
index 87e17f17f2..7a12f62d58 100644
--- a/toolchain/kernel-headers/Makefile
+++ b/toolchain/kernel-headers/Makefile
@@ -29,8 +29,8 @@ include $(INCLUDE_DIR)/kernel-defaults.mk
define Build/Prepare/cris
mkdir -p $(BUILD_DIR_TOOLCHAIN)
bzcat $(DL_DIR)/$(PKG_SOURCE) | $(HOST_TAR) -C $(BUILD_DIR_TOOLCHAIN) $(TAR_OPTIONS)
- $(PATCH) $(PKG_BUILD_DIR) $(TOPDIR)/target/linux/etrax-2.6/patches/generic_2.6
- $(PATCH) $(PKG_BUILD_DIR) $(TOPDIR)/target/linux/etrax-2.6/patches/cris
+ $(PATCH) $(PKG_BUILD_DIR) $(TOPDIR)/target/linux/etrax/patches/generic_2.6
+ $(PATCH) $(PKG_BUILD_DIR) $(TOPDIR)/target/linux/etrax/patches/cris
ln -sf arch-v10 $(PKG_BUILD_DIR)/include/asm-cris/arch
ln -sf arch-v10 $(PKG_BUILD_DIR)/arch/cris/arch
endef