summaryrefslogtreecommitdiff
path: root/openwrt/include/package.mk
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/include/package.mk')
-rw-r--r--openwrt/include/package.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk
index ce07640..38fd93d 100644
--- a/openwrt/include/package.mk
+++ b/openwrt/include/package.mk
@@ -294,7 +294,7 @@ else
mkdir -p $@
ifneq ($(strip $(PKG_SOURCE)),)
- source: $(DL_DIR)/$(PKG_SOURCE)
+ download: $(DL_DIR)/$(PKG_SOURCE)
$(DL_DIR)/$(PKG_SOURCE):
mkdir -p $(DL_DIR)
@@ -303,7 +303,7 @@ else
$(PKG_BUILD_DIR)/.prepared: $(DL_DIR)/$(PKG_SOURCE)
endif
- source:
+ download:
prepare: $(PKG_BUILD_DIR)/.prepared
configure: $(PKG_BUILD_DIR)/.configured