[LEDE-DEV] per-host leasetime odhcpd patch I sent some time back

2016-08-13 Thread Daniel Dickinson
Hi, Just wondering if I missed any questions or comments about the odhcpd per-host leasetime patch I sent some time ago?  I don't recall seeing anything and I wasn't following the list all that closely for a while for personal reasons. Should I update and send again? Regards, Daniel __

Re: [LEDE-DEV] fstools testing help

2016-08-13 Thread Daniel Dickinson
On Tue, 2016-08-09 at 17:13 +0200, Josua Mayer wrote: > Hi John, > > I have finally found the time to look into this, and managed to > reproduce the segfault that Álvaro noticed. > It is caused by a call to fclose(0x0); This is very unexpected, > shouldn't the C library check for NULL and return q

[LEDE-DEV] Kind of back

2016-08-13 Thread Daniel Dickinson
Hi all, I'm doing better than I was although I still can't spend a whole lot of time on LEDE. My plan is to ditch the SDK/IB stuff I was working on since I realized that I don't really need it anymore (my reasons for doing it have gone away), and it's taking time away from other things. The firs

Re: [LEDE-DEV] [PATCH] base-files: sysupgrade. Added the ability to use URL as source

2016-08-13 Thread Сергеев Сергей
Hello. Fixed here: http://patchwork.ozlabs.org/patch/658953/ Please check. On 12/08/2016 16:48, ad...@yapic.net wrote: From: Sergey Sergeev scp uls(like this scp://adron@192.168.88.6:lede/lede-ar71xx-mikrotik-NAND-512b-squashfs-sysupgrade.bin) is supported too. And you also can speci

[LEDE-DEV] [PATCH] base-files: sysupgrade. Added the ability to use URL as source

2016-08-13 Thread adron
From: Sergey Sergeev scp uls(like this scp://adron@192.168.88.6:lede/lede-ar71xx-mikrotik-NAND-512b-squashfs-sysupgrade.bin) is supported too. And you also can specify custom ssh port(...8.88.6:22110:lede...) Signed-off-by: Sergey Sergeev --- package/base-files/files/lib/upgrade/common

[LEDE-DEV] [PATCH] Set ATH9K_STATION_STATISTICS when enabling ath9k debugging

2016-08-13 Thread Toke Høiland-Jørgensen
The ATH9K_STATION_STATISTICS kernel config variable enables some extra statistics that are useful for debugging (in particular with the airtime fairness patches enabled). This adds that kernel config when selecting ath9k debugging. Signed-off-by: Toke Høiland-Jørgensen --- package/kernel/mac8021

Re: [LEDE-DEV] [PATCH] base-files: sysupgrade. Added the ability to use URL as source

2016-08-13 Thread John Crispin
On 12/08/2016 16:48, ad...@yapic.net wrote: > From: Sergey Sergeev > > scp uls(like this > scp://adron@192.168.88.6:lede/lede-ar71xx-mikrotik-NAND-512b-squashfs-sysupgrade.bin) > is supported too. And you also can specify custom ssh > port(...8.88.6:22110:lede...) > > Signed-off-by: Se

Re: [LEDE-DEV] [PATCH] base-files: sysupgrade. Added the ability to use URL as source

2016-08-13 Thread John Crispin
On 12/08/2016 16:54, Сергеев Сергей wrote: > Hello. I made a new version of the patch according to your notes: > http://patchwork.ozlabs.org/patch/658677/ > > I remove the shell redirection to stderr because we need to show a > diagnostic messages (for wget) as well as the certificate accept req