X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a80d25042b8914774c614f8b2ff26e02bcbe0461..f76b9a917c1ca0af6c80ec71ac0f7328ec574e29:/openwrt/target/linux/image/squashfs.mk?ds=sidebyside diff --git a/openwrt/target/linux/image/squashfs.mk b/openwrt/target/linux/image/squashfs.mk index e9a95de56..917a69ab8 100644 --- a/openwrt/target/linux/image/squashfs.mk +++ b/openwrt/target/linux/image/squashfs.mk @@ -12,8 +12,9 @@ $(KDIR)/root.squashfs: @mkdir -p $(KDIR)/root/jffs $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -noappend -root-owned -le +squashfs-install: $(KDIR)/root.squashfs + $(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs" + prepare: squashfs-prepare compile: squashfs-compile -install: $(KDIR)/root.squashfs - $(MAKE) -C $(BOARD) install KERNEL="$(KERNEL)" FS="squashfs" - +install: squashfs-install