summaryrefslogtreecommitdiff
path: root/openwrt
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2006-06-23 22:10:43 +0000
committerMike Baker <mbm@openwrt.org>2006-06-23 22:10:43 +0000
commit3460c78ea1867d492471b3ae2b3e26097e8f8ad6 (patch)
treed327078e8fafff045ab07d9619e03bc61d8c0152 /openwrt
parent1ef7c9e055a572539e5e7ada6f69a89a3b51fcbe (diff)
downloadmtk-20170518-3460c78ea1867d492471b3ae2b3e26097e8f8ad6.zip
mtk-20170518-3460c78ea1867d492471b3ae2b3e26097e8f8ad6.tar.gz
mtk-20170518-3460c78ea1867d492471b3ae2b3e26097e8f8ad6.tar.bz2
fix kernel configure target
SVN-Revision: 4065
Diffstat (limited to 'openwrt')
-rw-r--r--openwrt/include/kernel-build.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/include/kernel-build.mk b/openwrt/include/kernel-build.mk
index d3c4728..dfd4227 100644
--- a/openwrt/include/kernel-build.mk
+++ b/openwrt/include/kernel-build.mk
@@ -97,9 +97,8 @@ pkg-install: FORCE
@{ [ "$(INSTALL_TARGETS)" != "" ] && $(IPKG) install $(INSTALL_TARGETS) || true; }
source: $(DL_DIR)/$(LINUX_SOURCE)
-prepare:
+prepare: $(LINUX_DIR)/.configured
@mkdir -p $(STAMP_DIR) $(PACKAGE_DIR)
- @$(MAKE) $(LINUX_DIR)/.configured
compile: prepare $(STAMP_DIR)/.linux-compile