X-Git-Url: https://git.archive.openwrt.org/?p=15.05%2Fopenwrt.git;a=blobdiff_plain;f=target%2Flinux%2Fmcs814x%2Fimage%2FMakefile;fp=target%2Flinux%2Fmcs814x%2Fimage%2FMakefile;h=7386db0766d0c5899eb7a8944a1b1a3ae258ce38;hp=5545e042e642abfb97d78f280cc6ca4ff9b10020;hb=b1e622e77602afa0bcf1dd5fea9ce5fcbe218f2f;hpb=c5fa46dc5f0cc9f973c75f20e6b20848ddc898c4 diff --git a/target/linux/mcs814x/image/Makefile b/target/linux/mcs814x/image/Makefile index 5545e042e6..7386db0766 100644 --- a/target/linux/mcs814x/image/Makefile +++ b/target/linux/mcs814x/image/Makefile @@ -45,6 +45,10 @@ define Image/BuildKernel $(call Image/Build/Initramfs) endef +define Image/Build/squashfs + $(STAGING_DIR_HOST)/bin/padjffs2 $(KDIR)/root.squashfs 128 +endef + define Image/Build $(call Image/Build/$(1)) dd if=$(KDIR)/root.$(1) of=$(BIN_DIR)/$(IMG_PREFIX)-root.$(1) bs=128k conv=sync