Re: [LEDE-DEV] [RFC] rootfs_data on different MTD outside firmware image

2016-06-17 Thread John Crispin
On 18/06/2016 06:21, Adrian Panella wrote: > Hi, some Linksys devices (i.e WRT1900AC, EA4500, EA8500,...) have two > different partitions for dual boot, and an additional partition that > Linksys uses for system config (sysconf). > Each of these partitions is of a considerable size (23-37 mb, var

Re: [LEDE-DEV] [PATCH uclient] enable --post-file, use "Content-Length" instead of chunked encoding

2016-06-17 Thread Felix Fietkau
On 2016-06-18 05:09, xinglp wrote: > 2016-06-17 23:31 GMT+08:00 Felix Fietkau : >> On 2016-06-17 13:19, xinglp wrote: >>> --post-file parameter only support text file not binary file. >>> "Content-Length" is more compatible to the http server world. >> Your patch cannot apply due to whitespace dama

[LEDE-DEV] [RFC] rootfs_data on different MTD outside firmware image

2016-06-17 Thread Adrian Panella
Hi, some Linksys devices (i.e WRT1900AC, EA4500, EA8500,...) have two different partitions for dual boot, and an additional partition that Linksys uses for system config (sysconf). Each of these partitions is of a considerable size (23-37 mb, varying between devices). As far as I could see, th

Re: [LEDE-DEV] [PATCH uclient] enable --post-file, use "Content-Length" instead of chunked encoding

2016-06-17 Thread xinglp
2016-06-17 23:31 GMT+08:00 Felix Fietkau : > On 2016-06-17 13:19, xinglp wrote: >> --post-file parameter only support text file not binary file. >> "Content-Length" is more compatible to the http server world. > Your patch cannot apply due to whitespace damage. Also, the library > supports deliveri

Re: [LEDE-DEV] skb_warn_bad_offload + crash at high load on ipq806x

2016-06-17 Thread A. Benz
Nice find. I will test on my C2600 as well. Can you show the switch part of your network config? Thanks. Regards, A. Benz On 06/18/16 03:42, Josh Bendavid wrote: Further update in case anyone has any ideas. The C2600 device on which I'm testing has two ethernet adapters with their own dedica

Re: [LEDE-DEV] skb_warn_bad_offload + crash at high load on ipq806x

2016-06-17 Thread Josh Bendavid
Further update in case anyone has any ideas. The C2600 device on which I'm testing has two ethernet adapters with their own dedicated connection to the switch, with the default config such that eth0 is WAN and eth1 is LAN, configured with untagged vlans on the switch. I've tried two alternate con

Re: [LEDE-DEV] [PATCH uclient] enable --post-file, use "Content-Length" instead of chunked encoding

2016-06-17 Thread Felix Fietkau
On 2016-06-17 13:19, xinglp wrote: > --post-file parameter only support text file not binary file. > "Content-Length" is more compatible to the http server world. Your patch cannot apply due to whitespace damage. Also, the library supports delivering POST data in multiple calls to send_data - your

Re: [LEDE-DEV] ar71xx kernel size starts getting oversized

2016-06-17 Thread Yousong Zhou
yousong On 17 June 2016 at 16:28, John Crispin wrote: > > > On 17/06/2016 10:10, Yousong Zhou wrote: >> On 4 June 2016 at 12:49, Yousong Zhou wrote: >>> Several days ago I tried to build a firmware for HiWiFi-HC6361 with >>> LEDE master branch. Yet the firmware was not present

[LEDE-DEV] [PATCH uclient] enable --post-file, use "Content-Length" instead of chunked encoding

2016-06-17 Thread xinglp
--post-file parameter only support text file not binary file. "Content-Length" is more compatible to the http server world. Signed-off-by: xinglp --- diff --git a/uclient-fetch.c b/uclient-fetch.c index 065742e..13f2fe2 100644 --- a/uclient-fetch.c +++ b/uclient-fetch.c @@ -43,6 +43,7 @@ static

Re: [LEDE-DEV] [PATCH] kernel: mtdsplit: calculate kernel partition precisely for Seama

2016-06-17 Thread John Crispin
On 11/06/2016 01:36, Rafał Miłecki wrote: > So far "kernel" partition didn't contain just a kernel. It also included > Seama header and meta data. This was making kernel update complex and it > wasn't trivial to read kernel size. > Fix it by making "kernel" parition contain just a kernel image. >

Re: [LEDE-DEV] ar71xx kernel size starts getting oversized

2016-06-17 Thread John Crispin
On 17/06/2016 10:10, Yousong Zhou wrote: > On 4 June 2016 at 12:49, Yousong Zhou wrote: >> Several days ago I tried to build a firmware for HiWiFi-HC6361 with >> LEDE master branch. Yet the firmware was not present in >> bin/targets/ar71xx/generic after the build completed. I checked the >> do

Re: [LEDE-DEV] ar71xx kernel size starts getting oversized

2016-06-17 Thread Yousong Zhou
On 4 June 2016 at 12:49, Yousong Zhou wrote: > Several days ago I tried to build a firmware for HiWiFi-HC6361 with > LEDE master branch. Yet the firmware was not present in > bin/targets/ar71xx/generic after the build completed. I checked the > downloads.lede-project.org the firmware was also mi

[LEDE-DEV] ralink i2c / i2s update

2016-06-17 Thread John Crispin
Hi Michael, i have been testing the update on real HW and at least the I2C update breaks the i2c bus on mt7620 and mt7621. i will see if i can find the cause. if i cant find out the cause i would have to revert d8202a84096831d4e6e2a522476bd6a0d46e6413. could you also look into this ? the mqmaker