diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-12 11:19:34 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-12 11:19:34 +0000 |
commit | 21d677df8b114d1ab1e21cc780a46083c3c88174 (patch) | |
tree | 5974bc0d6d3d37b07b75c5d20cd148dc286c3dc0 /target | |
parent | 5be3d1e0847c0143cce0bb3a048bede8a3660725 (diff) |
fix kernel image build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1215 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/image/brcm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/image/brcm/Makefile b/target/linux/image/brcm/Makefile index 2cff6af87f..25f4ea9740 100644 --- a/target/linux/image/brcm/Makefile +++ b/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 |