X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a80d25042b8914774c614f8b2ff26e02bcbe0461..1bd3d118c77e7c3336f3042c56e4932717ebc804:/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..70a85b99e 100644 --- a/openwrt/target/linux/image/squashfs.mk +++ b/openwrt/target/linux/image/squashfs.mk @@ -10,10 +10,11 @@ squashfs-clean: $(KDIR)/root.squashfs: @mkdir -p $(KDIR)/root/jffs - $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -noappend -root-owned -le + $(STAGING_DIR)/bin/mksquashfs-lzma $(KDIR)/root $@ -nopad -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