From ab908cfe39f8ea2765fbd89aa32ddc162679c4e7 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 12 Jun 2005 11:19:34 +0000 Subject: [PATCH] fix kernel image build git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1215 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 2cff6af87..25f4ea974 100644 --- a/openwrt/target/linux/image/brcm/Makefile +++ b/openwrt/target/linux/image/brcm/Makefile @@ -43,5 +43,5 @@ endif clean: lzma-loader-clean prepare: lzma-loader-prepare compile: lzma-loader-compile -install: $(BIN_DIR)/openwrt-brcm-$(KERNEL)-$(FS).trx +install: compile $(BIN_DIR)/openwrt-brcm-$(KERNEL)-$(FS).trx -- 2.20.1