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

Naoki FUKAUMI naobsd at gmail.com
Tue Jan 10 07:44:26 PST 2017


hi,

could you handle this patch?

Regards,

On Fri, Dec 23, 2016 at 10:43 PM, Naoki FUKAUMI <naobsd at gmail.com> wrote:
> hi
>
> what's the current status?
>
> On Fri, Dec 9, 2016 at 5:53 PM, FUKAUMI Naoki <naobsd at gmail.com> wrote:
>> "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 6ceabeb..b1d9af9 100644
>> --- a/target/linux/ar71xx/image/generic.mk
>> +++ b/target/linux/ar71xx/image/generic.mk
>> @@ -704,6 +704,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
>> --
>> 2.7.4
>>



More information about the Lede-dev mailing list