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 | 960b21b516f519374168ee3703c8dd034c147843 (patch) | |
tree | 3791379c53d15c6d907cc1a90a9a74ddbe7b154e /target/Makefile | |
parent | cdb6fba9ac881a84358ef91529955b5240160467 (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/Makefile | 3 |
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 |