[source] octeon: pad squashfs sysupgrade image rootfs

LEDE Commits lede-commits at lists.infradead.org
Sat Jul 30 05:10:41 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/?p=source.git;a=commitdiff;h=67e764c6cae16b6b901a21706b982804c93e5079

commit 67e764c6cae16b6b901a21706b982804c93e5079
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sat Jul 30 13:48:00 2016 +0200

    octeon: pad squashfs sysupgrade image rootfs
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 target/linux/octeon/image/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/target/linux/octeon/image/Makefile b/target/linux/octeon/image/Makefile
index db82422..ec301ee 100644
--- a/target/linux/octeon/image/Makefile
+++ b/target/linux/octeon/image/Makefile
@@ -13,7 +13,9 @@ define Device/Default
   KERNEL_INITRAMFS_NAME := vmlinux-initramfs.elf
   KERNEL := kernel-bin | strip-kernel | patch-cmdline
   IMAGES := sysupgrade.tar
+  IMAGE/sysupgrade.tar/squashfs := append-rootfs | pad-rootfs | sysupgrade-tar rootfs=$$$$@
   IMAGE/sysupgrade.tar := sysupgrade-tar
+  FILESYSTEMS := squashfs
 endef
 
 define Build/strip-kernel



More information about the lede-commits mailing list