summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/image
diff options
context:
space:
mode:
authorWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-12-05 09:01:12 +0000
committerWaldemar Brodkorb <mail@waldemar-brodkorb.de>2005-12-05 09:01:12 +0000
commit350b445b9380bcd6a5e8d7bf662cd7d43049d5cc (patch)
treeb8fe4c14c4d467cdec8d1b985d222730a46532a7 /openwrt/target/linux/image
parent24d66804031412b8311194647340302ec29d35dc (diff)
downloadmtk-20170518-350b445b9380bcd6a5e8d7bf662cd7d43049d5cc.zip
mtk-20170518-350b445b9380bcd6a5e8d7bf662cd7d43049d5cc.tar.gz
mtk-20170518-350b445b9380bcd6a5e8d7bf662cd7d43049d5cc.tar.bz2
small fix for make targets from Martin Ley
SVN-Revision: 2578
Diffstat (limited to 'openwrt/target/linux/image')
-rw-r--r--openwrt/target/linux/image/tgz.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/target/linux/image/tgz.mk b/openwrt/target/linux/image/tgz.mk
index f927ef9..3839eb6 100644
--- a/openwrt/target/linux/image/tgz.mk
+++ b/openwrt/target/linux/image/tgz.mk
@@ -8,7 +8,7 @@ tgz-install: $(KDIR)/root.tar.gz
$(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="tgz"
endif
-prepare:
-compile:
-install: $(KDIR)/root.tar.gz
+prepare-targets:
+compile-targets:
+install-targets: $(KDIR)/root.tar.gz