From 804d2c5de91e00de221c942f3de2f68fdb5474c8 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 9 Oct 2005 16:51:36 +0000 Subject: [PATCH] fix for accidentally committed broken image change SVN-Revision: 2087 --- 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 9e74b4b8bf..2978b96db7 100644 --- a/openwrt/target/linux/image/brcm/Makefile +++ b/openwrt/target/linux/image/brcm/Makefile @@ -25,7 +25,7 @@ ifeq ($(FS),jffs2-4MB) TRXALIGN:=-a 0x10000 endif -$(KDIR)/loader.tmp.gz: $(BUILD_DIR)/loader.gz +$(KDIR)/loader.tmp.gz: cp $^ $@ echo -e "\\x00" >> $@ -- 2.30.2