From 47be68e98c7314459780185e3f41bfdd70af8837 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 10 Oct 2005 12:10:06 +0000 Subject: [PATCH] really fix brcm image build SVN-Revision: 2095 --- openwrt/target/linux/image/brcm/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openwrt/target/linux/image/brcm/Makefile b/openwrt/target/linux/image/brcm/Makefile index 7a2a93de9a..0740f6eb30 100644 --- a/openwrt/target/linux/image/brcm/Makefile +++ b/openwrt/target/linux/image/brcm/Makefile @@ -15,7 +15,8 @@ ifeq ($(IB),) $(KDIR)/vmlinux.lzma: $(KDIR)/vmlinux cat $^ | $(STAGING_DIR)/bin/lzma e -si -so -eos -lc1 -lp2 -pb2 > $@ || (rm -f $@ && false) -$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx: $(KDIR)/vmlinux.lzma compile +$(KDIR)/loader.tmp.gz: compile +$(BIN_DIR)/openwrt-$(BOARD)-$(KERNEL)-$(FS).trx: $(KDIR)/vmlinux.lzma endif ifeq ($(FS),jffs2-8MB) -- 2.30.2