mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-28 03:37:17 +01:00
parent
8822153478
commit
5f258e330d
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue