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/linux/image/squashfs.mk | |
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/linux/image/squashfs.mk')
-rw-r--r-- | target/linux/image/squashfs.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/image/squashfs.mk b/target/linux/image/squashfs.mk index 70a85b99ee..42ff77db64 100644 --- a/target/linux/image/squashfs.mk +++ b/target/linux/image/squashfs.mk @@ -14,7 +14,13 @@ $(KDIR)/root.squashfs: squashfs-install: $(KDIR)/root.squashfs $(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs" + +squashfs-install-ib: + mkdir -p $(IB_DIR)/staging_dir_$(ARCH)/bin + cp $(STAGING_DIR)/bin/mksquashfs-lzma $(IB_DIR)/staging_dir_$(ARCH)/bin prepare: squashfs-prepare compile: squashfs-compile install: squashfs-install +install-ib: squashfs-install-ib +clean: squashfs-clean |