aboutsummaryrefslogtreecommitdiffstats
path: root/target/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-08-14 15:00:56 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-08-14 15:00:56 +0000
commit784b8bd42f8f263276ba8bdfa997860410708b89 (patch)
tree3791379c53d15c6d907cc1a90a9a74ddbe7b154e /target/Makefile
parentec4b43d6caed9f22ca6ecd7312fea29c8abafaae (diff)
downloadmaster-187ad058-784b8bd42f8f263276ba8bdfa997860410708b89.tar.gz
master-187ad058-784b8bd42f8f263276ba8bdfa997860410708b89.tar.bz2
master-187ad058-784b8bd42f8f263276ba8bdfa997860410708b89.zip
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 5e8c6f28cd..e6156b48bf 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