summaryrefslogtreecommitdiff
path: root/openwrt/include/kernel-build.mk
diff options
context:
space:
mode:
Diffstat (limited to 'openwrt/include/kernel-build.mk')
-rw-r--r--openwrt/include/kernel-build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/include/kernel-build.mk b/openwrt/include/kernel-build.mk
index 3fb96e1..38ea9a1 100644
--- a/openwrt/include/kernel-build.mk
+++ b/openwrt/include/kernel-build.mk
@@ -106,7 +106,7 @@ pkg-install: FORCE
$(IPKG) install $$pkg || echo; \
done
-source: $(DL_DIR)/$(LINUX_SOURCE)
+download: $(DL_DIR)/$(LINUX_SOURCE)
prepare: $(LINUX_DIR)/.configured
@mkdir -p $(LINUX_DIR) $(PACKAGE_DIR)