Re: [LEDE-DEV] [PATCH] kernel: update kernel 4.4 to version 4.4.81

2017-08-12 Thread Syrone Wong
4.4.82 is released. Best Regards, Syrone Wong On Sun, Aug 13, 2017 at 4:14 AM, Kevin Darbyshire-Bryant wrote: > refresh patches > minor update 704-phy-no-genphy-soft-reset.patch which was partially > accepted upstream. > > Signed-off-by: Kevin Darbyshire-Bryant > --- > include/kernel-version

Re: [LEDE-DEV] [PATCH] uboot-lantiq: Enable TFTP PUT support for backups

2017-08-12 Thread Carl-Daniel Hailfinger
On 12.08.2017 22:29, John Crispin wrote: > On 12/08/17 19:04, Carl-Daniel Hailfinger wrote: >> Backing up the current firmware from U-Boot over serial can take hours. >> Booting a working Linux image for backup purposes is not always an >> option. >> Using the tftpput command in U-Boot is the faste

Re: [LEDE-DEV] [PATCH] uboot-lantiq: Enable TFTP PUT support for backups

2017-08-12 Thread John Crispin
On 12/08/17 19:04, Carl-Daniel Hailfinger wrote: Backing up the current firmware from U-Boot over serial can take hours. Booting a working Linux image for backup purposes is not always an option. Using the tftpput command in U-Boot is the fastest and easiest way. tftpput will upload the content

[LEDE-DEV] [PATCH] kernel: update kernel 4.4 to version 4.4.81

2017-08-12 Thread Kevin Darbyshire-Bryant
refresh patches minor update 704-phy-no-genphy-soft-reset.patch which was partially accepted upstream. Signed-off-by: Kevin Darbyshire-Bryant --- include/kernel-version.mk | 4 ++-- ...80-NET-skip-GRO-for-foreign-MAC-addresses.patch | 10 +- .../generic/pending-

Re: [LEDE-DEV] [PATCH v3] busybox: update to 1.27.1

2017-08-12 Thread Bastian Bittorf
* Magnus Kroken [08.08.2017 18:23]: > Refresh patches, delete patches backported from upstream. > > Signed-off-by: Magnus Kroken > --- > v2: Delete 120-remove_uclibc_rpc_check.patch as well, > as suggested by Baptiste Jonglez. Also rework changes in > Config-defaults.in, so lines that are simply

[LEDE-DEV] [PATCH] uboot-lantiq: Enable TFTP PUT support for backups

2017-08-12 Thread Carl-Daniel Hailfinger
Backing up the current firmware from U-Boot over serial can take hours. Booting a working Linux image for backup purposes is not always an option. Using the tftpput command in U-Boot is the fastest and easiest way. tftpput will upload the contents of a memory region to the TFTP server. The IP addr

Re: [LEDE-DEV] wifi and wan ipv6 connectivity

2017-08-12 Thread Hans Dedecker
On Sat, Aug 12, 2017 at 3:32 PM, e9hack wrote: > Am 11.08.2017 um 10:27 schrieb Hans Dedecker: >> I've exactly the same configuration in use as yours but I can't >> reproduce the issue. > > I found the bug. It's my fault. My network config contains an entry for wan_6. That explains it all; I was

Re: [LEDE-DEV] wifi and wan ipv6 connectivity

2017-08-12 Thread e9hack
Am 11.08.2017 um 10:27 schrieb Hans Dedecker: > I've exactly the same configuration in use as yours but I can't > reproduce the issue. I found the bug. It's my fault. My network config contains an entry for wan_6. Regards, Hartmut ___ Lede-dev mailing

[LEDE-DEV] [PATCH v3] brcm63xx: Add Comtrend AR-5315u support

2017-08-12 Thread Daniel Gonzalez Cabanelas
Add support for the Comtrend AR-5315u router This a BCM6318 based board, 64 MB RAM, 16 MB SPI flash, with an onboard BCM43217 wifi, 4 ethernet ports and 1 USB host port Signed-off-by: Daniel Gonzalez Cabanelas --- Change in v2: - add missing comtrend compatible brand for DTS Change in v3: - code