summaryrefslogtreecommitdiff
path: root/openwrt/target/linux
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
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')
-rw-r--r--openwrt/target/linux/Makefile4
-rw-r--r--openwrt/target/linux/ar7-2.4/Makefile4
2 files changed, 4 insertions, 4 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
diff --git a/openwrt/target/linux/ar7-2.4/Makefile b/openwrt/target/linux/ar7-2.4/Makefile
index a766b50..d385722 100644
--- a/openwrt/target/linux/ar7-2.4/Makefile
+++ b/openwrt/target/linux/ar7-2.4/Makefile
@@ -46,7 +46,7 @@ $(LINUX_DIR)/.patched: $(LINUX_DIR)/.unpacked
# ATM firmware for the DSL modem
###############################################
-DOWNLOAD_SITE=http://openwrt.org/downloads/sources
+DOWNLOAD_SITE=http://openwrt.org/downloads/downloads
# extracted from netgear DG834B V1.0.5 GPL release
ATM_FIRMWARE_FILE=$(ATM_FIRMWARE_DIR).tar.gz
ATM_FIRMWARE_MD5SUM=8bfcb31109796502d66b11baaeb2fba6
@@ -54,7 +54,7 @@ ATM_FIRMWARE_MD5SUM=8bfcb31109796502d66b11baaeb2fba6
$(DL_DIR)/$(ATM_FIRMWARE_FILE):
$(SCRIPT_DIR)/download.pl $(DL_DIR) $(ATM_FIRMWARE_FILE) $(ATM_FIRMWARE_MD5SUM) $(DOWNLOAD_SITE)
-source: $(DL_DIR)/$(ATM_FIRMWARE_FILE)
+download: $(DL_DIR)/$(ATM_FIRMWARE_FILE)
$(LINUX_DIR)/.unpacked: $(DL_DIR)/$(ATM_FIRMWARE_FILE)
$(LINUX_DIR)/.depend_done: $(LINUX_DIR)/.drivers-unpacked
$(LINUX_DIR)/.modules_done: $(LINUX_DIR)/.drivers-unpacked