From 4673cf75b3d22710f25cf4dd4294546526a60fd3 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 9 Oct 2005 21:24:02 +0000 Subject: [PATCH] really fix image building SVN-Revision: 2089 --- openwrt/target/linux/image/brcm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/target/linux/image/brcm/Makefile b/openwrt/target/linux/image/brcm/Makefile index 2978b96db7..7a2a93de9a 100644 --- a/openwrt/target/linux/image/brcm/Makefile +++ b/openwrt/target/linux/image/brcm/Makefile @@ -26,7 +26,7 @@ TRXALIGN:=-a 0x10000 endif $(KDIR)/loader.tmp.gz: - cp $^ $@ + cp $(BUILD_DIR)/loader.gz $@ echo -e "\\x00" >> $@ $(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx: $(KDIR)/loader.tmp.gz -- 2.30.2