summaryrefslogtreecommitdiff
path: root/openwrt/target
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-07-20 17:28:05 +0000
committerMike Baker <mbm@openwrt.org>2006-07-20 17:28:05 +0000
commit8a2dfc8555e9c365320f2935fd0ec6387267814e (patch)
treef18351ba0b90ba5f9c155ff80bf651f01f2a1532 /openwrt/target
parent9fa56236f674d3d9b07ffc05edc3464cd179a9ae (diff)
downloadmtk-20170518-8a2dfc8555e9c365320f2935fd0ec6387267814e.zip
mtk-20170518-8a2dfc8555e9c365320f2935fd0ec6387267814e.tar.gz
mtk-20170518-8a2dfc8555e9c365320f2935fd0ec6387267814e.tar.bz2
change 'source' to 'download'
SVN-Revision: 4176
Diffstat (limited to 'openwrt/target')
-rw-r--r--openwrt/target/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile
index 2c18611..195878e 100644
--- a/openwrt/target/Makefile
+++ b/openwrt/target/Makefile
@@ -20,7 +20,7 @@ linux-install: $(BIN_DIR)
sdk-compile: linux-install
image_install: linux-install
-download: $(patsubst %,%-source,$(TARGETS-y))
+download: $(patsubst %,%-download,$(TARGETS-y))
prepare: linux-prepare
compile: linux-compile image_compile
install: image_clean $(patsubst %,%-install,$(TARGETS-y)) image_install
@@ -38,8 +38,8 @@ image_install: image_compile
%-clean: FORCE
$(MAKE) -C $(patsubst %-clean,%,$@) clean
-%-source: FORCE
- $(MAKE) -C $(patsubst %-source,%,$@) source
+%-download: FORCE
+ $(MAKE) -C $(patsubst %-download,%,$@) download
%-prepare: FORCE
$(MAKE) -C $(patsubst %-prepare,%,$@) prepare
%-compile: %-prepare