From: Felix Fietkau Date: Sun, 9 Oct 2005 16:51:36 +0000 (+0000) Subject: fix for accidentally committed broken image change X-Git-Tag: whiterussian_rc4~131 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=804d2c5de91e00de221c942f3de2f68fdb5474c8;p=openwrt%2Fsvn-archive%2Fopenwrt.git fix for accidentally committed broken image change SVN-Revision: 2087 --- 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" >> $@