diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-01-13 22:34:55 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-01-13 22:34:55 +0000 |
commit | 43d05308e835d452173c465429c2928074bf7d30 (patch) | |
tree | 1ea4a7c255995c9e5bfdde5427a695a725104d1d | |
parent | cd42dc80a275ba4608ae4f23d1ff03a37c999d7a (diff) | |
download | mtk-20170518-43d05308e835d452173c465429c2928074bf7d30.zip mtk-20170518-43d05308e835d452173c465429c2928074bf7d30.tar.gz mtk-20170518-43d05308e835d452173c465429c2928074bf7d30.tar.bz2 |
call target/linux/prepare from target/prepare
SVN-Revision: 2961
-rw-r--r-- | openwrt/target/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index a14749f..e6ebbaa 100644 --- a/openwrt/target/Makefile +++ b/openwrt/target/Makefile @@ -8,7 +8,7 @@ $(BIN_DIR): linux-compile: utils-install lzma-install linux-install: $(BIN_DIR) -prepare: +prepare: linux-prepare compile: linux-compile install: image_clean linux-install clean: linux-clean utils-clean lzma-clean image_clean |