diff options
Diffstat (limited to 'openwrt')
-rw-r--r-- | openwrt/target/linux/image/brcm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/linux/image/brcm/Makefile b/openwrt/target/linux/image/brcm/Makefile index 2cff6af87f..25f4ea9740 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 |