summaryrefslogtreecommitdiffstats
path: root/target/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-14 15:00:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-14 15:00:56 +0000
commit960b21b516f519374168ee3703c8dd034c147843 (patch)
tree3791379c53d15c6d907cc1a90a9a74ddbe7b154e /target/Makefile
parentcdb6fba9ac881a84358ef91529955b5240160467 (diff)
add new image builder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1661 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/target/Makefile b/target/Makefile
index 5e8c6f28c..e6156b48b 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -26,5 +26,6 @@ image_clean:
$(MAKE) -C $(patsubst %-rebuild,%,$@) rebuild
%-install: %-compile
$(MAKE) -C $(patsubst %-install,%,$@) install
-
+linux-imagebuilder:
+ $(MAKE) -C linux imagebuilder