Re: [LEDE-DEV] [PATCH v3] ramips: build factory images for Buffalo WSR-1166DHP/WSR-1166DHP2

2016-12-14 Thread Naoki FUKAUMI
hi, I'll split my patch into 2 pieces, firmware-utils part and device specific part. I confirmed factory image (squashfs based) for WZR-900DHP2 works, so I'll send firmware-utils + WZR-900DHP2 patches at first. for WSR-1166DHP, I'll send RFC patch. Regards, _

Re: [LEDE-DEV] [PATCH v3] ramips: build factory images for Buffalo WSR-1166DHP/WSR-1166DHP2

2016-12-12 Thread Naoki FUKAUMI
hi, thanks for the comments. On Mon, Dec 12, 2016 at 4:08 PM, John Crispin wrote: >> This looks like the old image build code we just got rid of. Would you >> please add multiple factory images to "Device/wsr-1166" instead. >> >> Have a look at the DGN3500 image build code in the lantiq target f

Re: [LEDE-DEV] [PATCH v3] ramips: build factory images for Buffalo WSR-1166DHP/WSR-1166DHP2

2016-12-11 Thread John Crispin
On 11/12/2016 14:53, Mathias Kresin wrote: > First of all, sorry for beeing late to the party and requesting changes > to a V3. > > 11.12.2016 02:17, FUKAUMI Naoki: >> diff --git a/target/linux/ramips/image/mt7621.mk >> b/target/linux/ramips/image/mt7621.mk >> index 6d85511..23a79f5 100644 >> --

Re: [LEDE-DEV] [PATCH v3] ramips: build factory images for Buffalo WSR-1166DHP/WSR-1166DHP2

2016-12-11 Thread Mathias Kresin
First of all, sorry for beeing late to the party and requesting changes to a V3. 11.12.2016 02:17, FUKAUMI Naoki: diff --git a/target/linux/ramips/image/mt7621.mk b/target/linux/ramips/image/mt7621.mk index 6d85511..23a79f5 100644 --- a/target/linux/ramips/image/mt7621.mk +++ b/target/linux/ra

[LEDE-DEV] [PATCH v3] ramips: build factory images for Buffalo WSR-1166DHP/WSR-1166DHP2

2016-12-10 Thread FUKAUMI Naoki
factory image has to have custom trx magic, and trx file will be written in the middle of the mtd3 partition (bootpartition=1 on u-boot). therefore, sysupgrade.bin cannot be installed directly from stock Web UI. with this patch, factory.bin will be built with initramfs image. it can be installed f