summaryrefslogtreecommitdiff
path: root/openwrt/target/linux/Makefile
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-07-21 17:00:14 +0000
committerMike Baker <mbm@openwrt.org>2006-07-21 17:00:14 +0000
commitcd42bf72d9fc911e9c47f9d7b6c83bd7547415c2 (patch)
tree623b0b6bc60d9594c6d0807a49de83fcf47a8d85 /openwrt/target/linux/Makefile
parent4d2f748fd2870eff5b76dcc4b5204e41e448d290 (diff)
downloadmtk-20170518-cd42bf72d9fc911e9c47f9d7b6c83bd7547415c2.zip
mtk-20170518-cd42bf72d9fc911e9c47f9d7b6c83bd7547415c2.tar.gz
mtk-20170518-cd42bf72d9fc911e9c47f9d7b6c83bd7547415c2.tar.bz2
fix a few directories missed in [4176]'s source -> download
SVN-Revision: 4198
Diffstat (limited to 'openwrt/target/linux/Makefile')
-rw-r--r--openwrt/target/linux/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/target/linux/Makefile b/openwrt/target/linux/Makefile
index 9afda46..8682fc2 100644
--- a/openwrt/target/linux/Makefile
+++ b/openwrt/target/linux/Makefile
@@ -7,8 +7,8 @@
include $(TOPDIR)/rules.mk
include $(INCLUDE_DIR)/target.mk
-source:
- $(MAKE) -C $(BOARD)-$(KERNEL) source
+download:
+ $(MAKE) -C $(BOARD)-$(KERNEL) download
prepare:
rm -f $(TOPDIR)/.kernel.mk