[LEDE-DEV] [PATCH mdns] Set TTL to the new value when updating cached service entry

2017-02-12 Thread Rafał Miłecki
From: Rafał Miłecki In the simplest case host may change TTL to some different value. It's the most important for the goodbye packets though. Consider situation when host (for which we have no no cached entries) restarts. First it sends goodbye with TTL 0 (we cache it), then seconds later it ann

Re: [LEDE-DEV] [PATCH] BT Home Hub 5A: configure Red Ethernet as DMZ interface (FS#490) and fix Red Ethernet switch port (FS#390)

2017-02-12 Thread Mathias Kresin
12.02.2017 17:40, Mauro Mozzarelli: You are correct that the name does not matter, however if we have routers already configured to associate the xDSL or Ethernet to WAN, when we flash the new firmware we will have to reconfigure them to rename the device. This is all good if the routers are phys

[LEDE-DEV] [lede] Patch notification: 1 patch updated

2017-02-12 Thread Patchwork
Hello, The following patch (submitted by you) has been updated in patchwork: * lede: [LEDE-DEV] lantiq: fix patching the wifi mac address on BTHOMEHUBV3A - http://patchwork.ozlabs.org/patch/727066/ - for: LEDE development was: New now: Accepted This email is a notification onl

Re: [LEDE-DEV] Makefile question

2017-02-12 Thread Philip Prindeville
> On Feb 12, 2017, at 11:20 PM, Philip Prindeville > wrote: > > >> On Feb 12, 2017, at 11:15 PM, David Lang wrote: >> >> On Sun, 12 Feb 2017, Philip Prindeville wrote: >> If you look for where the /files/* are copied into the filesystem, that is probably the place you wou

Re: [LEDE-DEV] Makefile question

2017-02-12 Thread Philip Prindeville
> On Feb 12, 2017, at 11:15 PM, David Lang wrote: > > On Sun, 12 Feb 2017, Philip Prindeville wrote: > >>> If you look for where the /files/* are copied into the filesystem, that >>> is probably the place you would want to add your scripting hooks. >> >> Good idea. I’ll look

Re: [LEDE-DEV] Makefile question

2017-02-12 Thread David Lang
On Sun, 12 Feb 2017, Philip Prindeville wrote: If you look for where the /files/* are copied into the filesystem, that is probably the place you would want to add your scripting hooks. Good idea. I’ll look there. Once you find this, may I suggest that you create /scripts/* and contribute t

Re: [LEDE-DEV] Makefile question

2017-02-12 Thread Philip Prindeville
> On Feb 12, 2017, at 10:04 PM, Yousong Zhou wrote: > > On 13 February 2017 at 11:23, Philip Prindeville > wrote: >> >>> On Feb 11, 2017, at 8:29 PM, David Lang wrote: >>> >>> On Sat, 11 Feb 2017, Philip Prindeville wrote: >>> > This can't eliminate the /etc/rc.d/S* files as it only add

Re: [LEDE-DEV] [PATCH mdns] Load service JSONs from /etc/umdns/

2017-02-12 Thread John Crispin
On 11/02/2017 12:00, Rafał Miłecki wrote: > From: Rafał Miłecki > > It matches recent project rename & uses directory that sholud be > persistent. Using /tmp/ could result in user having to setup JSONs after > every reboot. > > Signed-off-by: Rafał Miłecki Acked-by: John Crispin > --- > s

Re: [LEDE-DEV] Makefile question

2017-02-12 Thread Yousong Zhou
On 13 February 2017 at 11:23, Philip Prindeville wrote: > >> On Feb 11, 2017, at 8:29 PM, David Lang wrote: >> >> On Sat, 11 Feb 2017, Philip Prindeville wrote: >> This can't eliminate the /etc/rc.d/S* files as it only adds files, and it's not as flexibile as adding a user or changing

Re: [LEDE-DEV] Makefile question

2017-02-12 Thread Philip Prindeville
> On Feb 11, 2017, at 8:29 PM, David Lang wrote: > > On Sat, 11 Feb 2017, Philip Prindeville wrote: > >>> This can't eliminate the /etc/rc.d/S* files as it only adds files, and it's >>> not as flexibile as adding a user or changing a password (as it would just >>> let you replace the /etc/pas

[LEDE-DEV] [PATCH] lantiq: fix patching the wifi mac address on BTHOMEHUBV3A

2017-02-12 Thread Martin Blumenstingl via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- The firmware hotplug script tries

[LEDE-DEV] incoming connections on multiple WANs

2017-02-12 Thread Mauro Mozzarelli
I configured one of my routers with 2 x WAN using mwan3 package. All is OK when the requests are outgoing. There is a routing issue with incoming connections. In practical terms I can have incoming connections only on the WAN interface that is configured with the lowest default metric (set at

[LEDE-DEV] [PATCH] sdk: Fix src-git URL for the base feed when on a detached commit (FS#501)

2017-02-12 Thread Baptiste Jonglez
From: Baptiste Jonglez When the source repository is on a detached commit (such as when building a release tag), the git URL for the "base" feed is incorrect in the SDK. Before this commit: On branch "master": src-git base git://git.lede-project.org/source On branch "lede-17.01": src-

[LEDE-DEV] Observing procd progress

2017-02-12 Thread Philip Prindeville
One thing I was wondering about was, on a headless system, but that does have an LCD display, is maybe capturing the progress of procd as it runs and displaying it on that LCD. Looking at /var/log/messages, I see: 2017-02-12T05:49:52+00:00 Powercode kernel:4.660666] procd: - early - 2017-02

Re: [LEDE-DEV] ath9k stability in LEDE master branch - kernel panic every ~5 minutes

2017-02-12 Thread Nick Lowe
Hi all, With the candidate fix included, LEDE Reboot SNAPSHOT r3386-0799de6 / LuCI Master (git-17.041.67116-1834eff) does not crash for me with airtime fairness enabled. Huge thanks! Regards, Nick ___ Lede-dev mailing list Lede-dev@lists.infradead.org

Re: [LEDE-DEV] [PATCH] BT Home Hub 5A: configure Red Ethernet as DMZ interface (FS#490) and fix Red Ethernet switch port (FS#390)

2017-02-12 Thread Mauro Mozzarelli
On 12/02/17 15:56, Mathias Kresin wrote: 12.02.2017 15:55, Felix Fietkau: @Mathias: could you perhaps refactor the commits to put the wan->xwan rename *after* the ethernet port VLAN change? I'm also a bit sceptical about the interface rename and would like to discuss this further, but I think t

Re: [LEDE-DEV] [PATCH] BT Home Hub 5A: configure Red Ethernet as DMZ interface (FS#490) and fix Red Ethernet switch port (FS#390)

2017-02-12 Thread Mathias Kresin
12.02.2017 15:55, Felix Fietkau: @Mathias: could you perhaps refactor the commits to put the wan->xwan rename *after* the ethernet port VLAN change? I'm also a bit sceptical about the interface rename and would like to discuss this further, but I think the VLAN change is important enough to get i

Re: [LEDE-DEV] [PATCH] BT Home Hub 5A: configure Red Ethernet as DMZ interface (FS#490) and fix Red Ethernet switch port (FS#390)

2017-02-12 Thread Felix Fietkau
On 2017-02-12 15:16, Mauro M. wrote: > Hello Felix, > > Thank you for your comments. > > > On 11/02/17 21:49, Felix Fietkau wrote: >> Hey Mauro, >> please don't take Mathias' feedback as hostile, it really isn't. His > Please see the threads on FS#390 and FS#321 there is a pattern. I don't see a

Re: [LEDE-DEV] [PATCH] BT Home Hub 5A: configure Red Ethernet as DMZ interface (FS#490) and fix Red Ethernet switch port (FS#390)

2017-02-12 Thread Mauro M.
Hello Felix, Thank you for your comments. On 11/02/17 21:49, Felix Fietkau wrote: Hey Mauro, please don't take Mathias' feedback as hostile, it really isn't. His Please see the threads on FS#390 and FS#321 there is a pattern. patch seems to take the same basic approach as yours, so I would c

[LEDE-DEV] [PATCH] build: fix dependency of kernel_menuconfig target

2017-02-12 Thread Baptiste Jonglez
From: Baptiste Jonglez When running "make kernel_menuconfig" in a clean tree, it fails with: make[1]: *** No rule to make target 'tools/quilt/install'. Stop. Replacing the dependency with 'tools/quilt/compile' fixes the issue (quilt and all its prerequisites will be built, and quilt will b

[LEDE-DEV] [PATCH] This patch adds support for the Actiontec R1000H gateway to the brcm63xx targets.

2017-02-12 Thread Anthony Sepa via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- SOC: Broadcom BCM6368 (2 * Broadco

Re: [LEDE-DEV] ath9k stability in LEDE master branch - kernel panic every ~5 minutes

2017-02-12 Thread Nick Lowe
Hi Dave, The hardware platform is 2 x AR9390 manufactured by Senao on an apu2c4. 01:00.0 "Network controller" "Qualcomm Atheros" "AR93xx Wireless Network Adapter" -r01 "Qualcomm Atheros" "Device 0205" 05:00.0 "Network controller" "Qualcomm Atheros" "AR93xx Wireless Network Adapter" -r01 "Qualco

[LEDE-DEV] [lede] Patch notification: 1 patch updated

2017-02-12 Thread Patchwork
Hello, The following patch (submitted by you) has been updated in patchwork: * lede: [LEDE-DEV] kernel: fix compile error on linux 4.9 with CONFIG_KALLSYMS disabled - http://patchwork.ozlabs.org/patch/726953/ - for: LEDE development was: New now: Accepted This email is a noti

[LEDE-DEV] [PATCH] kernel: fix compile error on linux 4.9 with CONFIG_KALLSYMS disabled

2017-02-12 Thread Martin Blumenstingl via Lede-dev
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- Upstream linux commit 7523e4dc5057