summaryrefslogtreecommitdiff
path: root/openwrt/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-04-20 17:01:30 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-04-20 17:01:30 +0000
commitb6defb27cbb3f978cbf66f92f4379eeb1318b83a (patch)
treed54625559910142e0895d8a2318d003de21a286c /openwrt/Makefile
parentb00ba37ec09d2d802a42d98ca6b8d32b3a0dfda2 (diff)
downloadmtk-20170518-b6defb27cbb3f978cbf66f92f4379eeb1318b83a.zip
mtk-20170518-b6defb27cbb3f978cbf66f92f4379eeb1318b83a.tar.gz
mtk-20170518-b6defb27cbb3f978cbf66f92f4379eeb1318b83a.tar.bz2
add openwrt image builder to sdk
SVN-Revision: 688
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r--openwrt/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index e966188..cd94233 100644
--- a/openwrt/Makefile
+++ b/openwrt/Makefile
@@ -61,8 +61,11 @@ toolchain_install:
#
##############################################################
-package_install: toolchain
- $(MAKE) -C package compile install
+package_compile: target_compile
+ $(MAKE) -C package compile
+
+package_install: package_compile toolchain
+ $(MAKE) -C package install
#############################################################
#
@@ -91,6 +94,9 @@ package_index:
target_prepare:
$(MAKE) -C target prepare
+target_compile:
+ $(MAKE) -C target compile
+
target_install:
$(MAKE) -C target install