Re: [LEDE-DEV] odhcpd: possible regression in make DHCPv4 support compiletime configurable

2017-11-24 Thread Dirk Brenken
Hi, from my perspective a toolchain bug in CMAKE-based packages like odhcpd or uttpd, see FS#1189. best regards dirk On Fr, 2017-11-24 at 12:57 -0500, Eric Luehrsen wrote: > On 11/23/2017 03:54 AM, Hans Dedecker wrote: > > Hi, > > > > On Thu, Nov 23, 2017 at 6:38 AM, Eric Luehrsen

Re: [LEDE-DEV] WRT3200ACM crashes after mac80211 wireless-testing 2017-11-01

2017-11-24 Thread Syrone Wong
The comparison results as below, db2fw is the current one we are using(aka the 'Not Applicable' patch), db2bin is the RFC patch. You can see they generate files with different length. command: diff -y <(xxd reg-db2fw) <(xxd reg-db2bin) : 5247 4442 0014 3030 02ca 4144 034b

Re: [LEDE-DEV] WRT3200ACM crashes after mac80211 wireless-testing 2017-11-01

2017-11-24 Thread Syrone Wong
One more interesting thing is there are two patches upgrade the firmware version code to 20. What we are using is the one[0] already labeled as 'Not Applicable', while there is another one[1] labeled as 'RFC'. I don't understand the current state of the patch. [0]:

Re: [LEDE-DEV] odhcpd: possible regression in make DHCPv4 support compiletime configurable

2017-11-24 Thread Eric Luehrsen
On 11/23/2017 03:54 AM, Hans Dedecker wrote: Hi, On Thu, Nov 23, 2017 at 6:38 AM, Eric Luehrsen wrote: FS#1188 has been raised due to problems for optional build recipes in "dhcpv4: make DHCPv4 support compiletime configurable" (d80621fea5cafcdca3f7fe762fede374a66e4b2)

Re: [LEDE-DEV] Using older kernel in 17.01.4

2017-11-24 Thread Eric Luehrsen
Hi Nishant - As a possible alternate solution... If you don't need the curvature feature of HFSC, then HTB will work just as well. It handles the hierarchy and bandwidth sharing. Some may express concern HTB is slower at high bandwidths. This isn't entirely true. The HTB parameters "burst"

[LEDE-DEV] [PATCH v2] ubox/logread: add re-connect capability

2017-11-24 Thread Zefir Kurtisi
When logd is restarted while 'logread -f' is running, the logread process terminates, which cumbers debugging in different use-cases. This patch adds re-connect functionality to logread. In follow mode, when the ustream to logd is disconnected, instead of terminating, it tries to re-connect to

Re: [LEDE-DEV] [PATCH] base-files: do not backup unchanged files

2017-11-24 Thread Matthias Schiffer
On 11/24/2017 08:11 AM, Luiz Angelo Daros de Luca wrote: >>> After applied, the list of files in backup in a fresh installation change >>> from: >>> to: >>> >>> root at LEDE:~# sysupgrade  -l >>> /etc/config/dhcp >>> /etc/config/firewall >>> /etc/config/network >>> /etc/config/system >>>

Re: [LEDE-DEV] [PATCH odhcpd] dhcpv4: notify DHCP ack messages via ubus

2017-11-24 Thread Kevin Darbyshire-Bryant
> On 24 Nov 2017, at 10:56, Borja Salazar wrote: > > Signed-off-by: Borja Salazar > --- > src/dhcpv4.c | 8 > src/odhcpd.h | 1 + > src/ubus.c | 19 +++ > 3 files changed, 28 insertions(+) I suspect people are going to

[LEDE-DEV] [PATCH odhcpd] dhcpv4: notify DHCP ack messages via ubus

2017-11-24 Thread Borja Salazar
Signed-off-by: Borja Salazar --- src/dhcpv4.c | 8 src/odhcpd.h | 1 + src/ubus.c | 19 +++ 3 files changed, 28 insertions(+) diff --git a/src/dhcpv4.c b/src/dhcpv4.c index 166582e..ad8d338 100644 --- a/src/dhcpv4.c +++ b/src/dhcpv4.c @@

[LEDE-DEV] [PATCH v1] wireguard: bump to 20171122

2017-11-24 Thread Kevin Darbyshire-Bryant
Bump to latest WireGuard snapshot release: ed479fa (tag: 0.0.20171122) version: bump snapshot efd9db0 chacha20poly1305: poly cleans up its own state 5700b61 poly1305-x86_64: unclobber %rbp 314c172 global: switch from timeval to timespec 9e4aa7a poly1305: import MIPS64 primitive from OpenSSL