[source] ar71xx: prepare jffs2 partition properly in factory.bin for BHR-4GRV2

LEDE Commits lede-commits at lists.infradead.org
Sat Jan 28 11:33:24 PST 2017


nbd pushed a commit to source.git, branch lede-17.01:
https://git.lede-project.org/70a6bbd53d7fad461dfed305ad9f338b40702841

commit 70a6bbd53d7fad461dfed305ad9f338b40702841
Author: FUKAUMI Naoki <naobsd at gmail.com>
AuthorDate: Fri Dec 9 17:53:15 2016 +0900

    ar71xx: prepare jffs2 partition properly in factory.bin for BHR-4GRV2
    
    "pad-rootfs" is required just after "append-rootfs".
    
    Signed-off-by: FUKAUMI Naoki <naobsd at gmail.com>
---
 target/linux/ar71xx/image/generic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk
index e2867e6..d978dec 100644
--- a/target/linux/ar71xx/image/generic.mk
+++ b/target/linux/ar71xx/image/generic.mk
@@ -722,6 +722,6 @@ define Device/bhr-4grv2
   MTDPARTS := spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,14528k(rootfs),1472k(kernel),64k(art)ro,16000k at 0x50000(firmware)
   IMAGES := sysupgrade.bin factory.bin
   IMAGE/sysupgrade.bin = append-rootfs | pad-rootfs | pad-to $$$$(ROOTFS_SIZE) | append-kernel | check-size $$$$(IMAGE_SIZE)
-  IMAGE/factory.bin = append-kernel | pad-to $$$$(KERNEL_SIZE) | append-rootfs | mkbuffaloimg
+  IMAGE/factory.bin = append-kernel | pad-to $$$$(KERNEL_SIZE) | append-rootfs | pad-rootfs | mkbuffaloimg
 endef
 TARGET_DEVICES += bhr-4grv2



More information about the lede-commits mailing list