Re: [LEDE-DEV] [PATCH odpcpd] dhcpv6: allow creating new bindings on REBIND

2017-04-10 Thread Eric Luehrsen
On 04/10/2017 05:08 AM, Lubomir Rintel wrote: > There might be unassigned IAs among the options the client sends when it > issues a REBIND. In fact, that's how the ISC dhclient reqests new IA_PDs > to be assigned. However, odhcpd would just return the IA_PDs back > without assigning a prefix: The

Re: [LEDE-DEV] Sysupgrade on Mikrotik RB912

2017-04-10 Thread Sergey Ryazanov
Hello Edwin, On Sun, Apr 9, 2017 at 10:11 PM, Edwin van Drunen wrote: > My RB912 boards came with 2048-byte pages and I installed the nand-large > image, specifically: > https://downloads.lede-project.org/releases/17.01.0/targets/ar71xx/mikrotik/lede-17.01.0-r3205-59508e3-ar71xx-mikrotik-nand-la

Re: [LEDE-DEV] /tmp/sysupgrade

2017-04-10 Thread Philip Prindeville
> On Apr 10, 2017, at 6:43 AM, John Crispin wrote: > > > > On 10/04/17 14:25, Kenneth Johansson wrote: >> I found that we touch the file /tmp/sysupgrade in a few places >> >> --- >> >> git grep "tmp/sysupgrade" | grep touch >> package/base-files/files/sbin/sysupgrade:touch /tmp/sysupgrade >>

Re: [LEDE-DEV] /tmp/sysupgrade

2017-04-10 Thread John Crispin
On 10/04/17 15:24, Kenneth Johansson wrote: On 2017-04-10 14:43, John Crispin wrote: On 10/04/17 14:25, Kenneth Johansson wrote: I found that we touch the file /tmp/sysupgrade in a few places --- git grep "tmp/sysupgrade" | grep touch package/base-files/files/sbin/sysupgrade:touch /tmp/sy

[LEDE-DEV] wpa_supplicant _or_ netifd ?

2017-04-10 Thread Reiner Karlsberg
Re-connection of my WiFi-STA to the AP can be slow, in case of previous disconnect. According to the logs (see below), there is an increasing delay in scheduling retries from wpa_supplicant. Is there an option to avoid this 'progressive' retry cycle, and have a fixed one instead ? Another susp

Re: [LEDE-DEV] /tmp/sysupgrade

2017-04-10 Thread Kenneth Johansson
On 2017-04-10 14:43, John Crispin wrote: On 10/04/17 14:25, Kenneth Johansson wrote: I found that we touch the file /tmp/sysupgrade in a few places --- git grep "tmp/sysupgrade" | grep touch package/base-files/files/sbin/sysupgrade:touch /tmp/sysupgrade package/system/fstools/files/snapshot:

Re: [LEDE-DEV] /tmp/sysupgrade

2017-04-10 Thread John Crispin
On 10/04/17 14:25, Kenneth Johansson wrote: I found that we touch the file /tmp/sysupgrade in a few places --- git grep "tmp/sysupgrade" | grep touch package/base-files/files/sbin/sysupgrade:touch /tmp/sysupgrade package/system/fstools/files/snapshot:touch /tmp/sysupgrade package/system/p

[LEDE-DEV] /tmp/sysupgrade

2017-04-10 Thread Kenneth Johansson
I found that we touch the file /tmp/sysupgrade in a few places --- git grep "tmp/sysupgrade" | grep touch package/base-files/files/sbin/sysupgrade:touch /tmp/sysupgrade package/system/fstools/files/snapshot:touch /tmp/sysupgrade package/system/procd/files/nand.sh:touch /tmp/sysup

Re: [LEDE-DEV] [PATCH] ramips: add support for AsiaRF AWM688

2017-04-10 Thread Mathias Kresin
2017-04-10 11:46 GMT+02:00 Russell Senior : >>2017-04-05 5:38 GMT+02:00 Russell Senior : >>> + >>> +/ { >>> + compatible = "mediatek,awm688", "mediatek,mt7628an-soc"; >>> + model = "AsiaRF AWM688"; >>> + >>> + chosen { >>> + bootargs = "console=ttyS0,57600"; >>> +

Re: [LEDE-DEV] [PATCH] ramips: add support for AsiaRF AWM688

2017-04-10 Thread Russell Senior
>Hey Russell, >thanks a lot for your contribution. Find my comments inline. > >2017-04-05 5:38 GMT+02:00 Russell Senior : >> >> Add initial support for an mtk7688 board from Asia RF. >> >> It boots, flashes and runs. >> >> Signed-off-by: Russell Senior > >As you wrote initial support, what does n

[LEDE-DEV] [PATCH odpcpd] dhcpv6: allow creating new bindings on REBIND

2017-04-10 Thread Lubomir Rintel
There might be unassigned IAs among the options the client sends when it issues a REBIND. In fact, that's how the ISC dhclient reqests new IA_PDs to be assigned. However, odhcpd would just return the IA_PDs back without assigning a prefix: $ dhclient -6 -d -lf $PWD/leases eth0 -N XMT: Forming

Re: [LEDE-DEV] [PATCH] ramips: add support for AsiaRF AWM688

2017-04-10 Thread Mathias Kresin
Hey Russell, thanks a lot for your contribution. Find my comments inline. 2017-04-05 5:38 GMT+02:00 Russell Senior : > > Add initial support for an mtk7688 board from Asia RF. > > It boots, flashes and runs. > > Signed-off-by: Russell Senior As you wrote initial support, what does not work? Wo

Re: [LEDE-DEV] MT7621 support Jumbo frames

2017-04-10 Thread Jaap Buurman
I am able to test this on my DIR-860l. I could try to compile my own build to test this, but I am no C programmer myself. Am I correct in the following post about how to set the flag to allow for jumbo frames to be set?: https://forum.lede-project.org/t/build-for-the-d-link-dir-860l/948/40?u=musho

Re: [LEDE-DEV] MT7621 support Jumbo frames

2017-04-10 Thread Milan Kočvara
Hello all, if someone do a testing patch for jumboFrames, I can lend a helping hand with testing on EdgeRouter X. I think MT7621 know JumboFrames, because of Ubiquiti FMW allow to set MTU 1536B 2017-04-10 2:06 GMT+02:00 : > Probably was not in the interest of the driver writers. Based on the > co