X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fimage%2Fsquashfs.mk;h=184330cfe7276d70db689337e7cde79f370a162f;hb=06265758beb1721526360aa01176dd70d8a9e1d4;hp=abe21563ecc9b64a1f7ff06fdcc4a75394a2b304;hpb=e1a217de91f77957f96c867717404f63f5fa44d5;p=openwrt.git diff --git a/target/linux/image/squashfs.mk b/target/linux/image/squashfs.mk index abe21563ec..184330cfe7 100644 --- a/target/linux/image/squashfs.mk +++ b/target/linux/image/squashfs.mk @@ -4,13 +4,13 @@ else endian := be endif -squashfs-prepare: +squashfs-prepare: FORCE $(MAKE) -C squashfs prepare squashfs-compile: prepare-targets $(MAKE) -C squashfs compile -squashfs-clean: +squashfs-clean: FORCE $(MAKE) -C squashfs clean rm -f $(KDIR)/root.squashfs @@ -22,7 +22,7 @@ ifeq ($(IB),) squashfs-install: compile-targets $(BOARD)-compile endif -squashfs-install: $(KDIR)/root.squashfs +squashfs-install: $(KDIR)/root.squashfs FORCE $(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs" squashfs-install-ib: compile-targets