X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=openwrt%2Ftarget%2Flinux%2Fimage%2Fsquashfs.mk;h=42ff77db6455e6643932fa8fea34d50eb8411f62;hb=4bcd843c607e9679d73f760c6ed893822e645012;hp=70a85b99ee7445329e5f401c46b9f7707fda0e2c;hpb=9791d7a2415d481dd893f00e937dc0987fa27c1c;p=oweals%2Fopenwrt.git diff --git a/openwrt/target/linux/image/squashfs.mk b/openwrt/target/linux/image/squashfs.mk index 70a85b99ee..42ff77db64 100644 --- a/openwrt/target/linux/image/squashfs.mk +++ b/openwrt/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