diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 15:00:56 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-14 15:00:56 +0000 |
commit | 8d627f3fc5b90bd3b2349888ec5eefbf3778da41 (patch) | |
tree | 6ae7a3842861995a7840e238ffcb58595335f99d /openwrt/target/Makefile | |
parent | 596ed99c0735a0e91147c3193e88005e46a5bcec (diff) |
add new image builder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1661 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/Makefile')
-rw-r--r-- | openwrt/target/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openwrt/target/Makefile b/openwrt/target/Makefile index 5e8c6f28c..e6156b48b 100644 --- a/openwrt/target/Makefile +++ b/openwrt/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 |