From 960b21b516f519374168ee3703c8dd034c147843 Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 14 Aug 2005 15:00:56 +0000 Subject: add new image builder git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1661 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/image/squashfs.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'target/linux/image/squashfs.mk') diff --git a/target/linux/image/squashfs.mk b/target/linux/image/squashfs.mk index 70a85b99e..42ff77db6 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 -- cgit v1.2.3