Re: [LEDE-DEV] OpenWrt Summit 2017

2017-09-25 Thread Hauke Mehrtens
On 09/25/2017 09:53 AM, Shelly Coen wrote: > Hi Everyone, > > There’s just a month to go before the OpenWrt Summit in Prague, Czech > Republic! Tickets are on sale via Eventbrite - openwrtsummit.eventbrite.com > and the discount is still available to those of you who complete the >

Re: [LEDE-DEV] [PATCH] brcm47xx: Fix sysupgrade with E1200v1

2017-09-25 Thread Hauke Mehrtens
On 09/25/2017 12:45 AM, Stefan Lippers-Hollmann wrote: > Hi > > On 2017-09-15, Rosen Penev wrote: > [...] >> --- a/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh >> +++ b/target/linux/brcm47xx/base-files/lib/upgrade/platform.sh >> @@ -34,6 +34,7 @@ platform_expected_image() { >>

Re: [LEDE-DEV] SUNXI: Network problem with kernel 4.9.51

2017-09-25 Thread Hauke Mehrtens
On 09/25/2017 08:47 AM, Gerhard Bertelsmann wrote: > Hi Hauke, > > Am 2017-09-25 00:14, schrieb Hauke Mehrtens: >> On 09/24/2017 04:39 PM, Hauke Mehrtens wrote: >>> On 09/24/2017 12:27 AM, Lucian Cristian wrote: On 23.09.2017 19:03, Gerhard Bertelsmann wrote: > Hi Zoltan, > > Am

[LEDE-DEV] [PATCH v2] ramips: improve Xiaomi Mi Router 3G support

2017-09-25 Thread Kevin Darbyshire-Bryant
This commit improves support for the Xiaomi Mi Router 3G originally added in commit 6e283cdc0da25928f8148805ebef7f8f2b769ee8 Improvements: - Remove software watchdog as hardware watchdog now working as per commit 3fbf3ab44f5cebb22e30a4c8681b13341feed6a6 for all mt7621 devices. - Reset

[LEDE-DEV] [PATCH] ramips: add 'lwlll' portmap to mt7530 switch

2017-09-25 Thread Kevin Darbyshire-Bryant
The Xiaomi Mi Router 3G uses this deranged vlan portmap. Add support so that packets are not leaked across all switch ports when reset. Fix a whitespace nit while we're here. Signed-off-by: Kevin Darbyshire-Bryant ---

Re: [LEDE-DEV] [PATCH v2] gdb: bump to 8.0.1

2017-09-25 Thread Felix Fietkau
On 2017-09-25 15:36, Stijn Tintel wrote: > Since version 8.0, gdbserver seems to have a hard dependency on > libstdc++, even with --disable-libstdcxx. > > Fixes CVE-2017-9778. > > Signed-off-by: Stijn Tintel > --- > V2: add hard dependency on libstdc++ > > Also in my

Re: [LEDE-DEV] umdns - TTL restricted to 255

2017-09-25 Thread John Crispin
in that case its a bug and the code should be changed to only have that restriction on queries     John On 25/09/17 17:21, Philipp Meier wrote: My question is about query (not response). LEDE is ignoring query when TTL != 255. Philipp On 09/25/2017 05:16 PM, John Crispin wrote: Hi,

Re: [LEDE-DEV] [PATCH] scripts/download.pl: fail loudly if provided hash is unsupported

2017-09-25 Thread Stijn Tintel
On 25-09-17 00:20, Baptiste Jonglez wrote: > On 24-09-17, Stijn Tintel wrote: >> My bad. When we update a package, we bump the version in the Makefile >> and remove the current hash, then run "make package/foo/dowload; make >> package/foo/check FIXUP=1". This downloads the tarbal for the new >>

Re: [LEDE-DEV] umdns - TTL restricted to 255

2017-09-25 Thread Philipp Meier
My question is about query (not response). LEDE is ignoring query when TTL != 255. Philipp On 09/25/2017 05:16 PM, John Crispin wrote: Hi, rfc6762 has the following ... 11.  Source Address Check    All Multicast DNS responses (including responses sent via unicast)    SHOULD be sent with

Re: [LEDE-DEV] umdns - TTL restricted to 255

2017-09-25 Thread John Crispin
Hi, rfc6762 has the following ... 11.  Source Address Check    All Multicast DNS responses (including responses sent via unicast)    SHOULD be sent with IP TTL set to 255.  This is recommended to    provide backwards-compatibility with older Multicast DNS queriers    (implementing a draft

[LEDE-DEV] umdns - TTL restricted to 255

2017-09-25 Thread Philipp Meier
Hi, When using umdns I was wondering why my mDNS query did not get any answer. I found the following reason: My mDNS query has TTL field set to 1. But LEDE umdns package expects a TTL value of 255 (see interface.c function read_socket4). According

[LEDE-DEV] [PATCH] ramips: mt7621: fix failsafe mode networking

2017-09-25 Thread Kevin Darbyshire-Bryant
Disable VLANs on mt7621 boards with mt7530 switches on failsafe entry. Allows failsafe networking to work correctly. Signed-off-by: Kevin Darbyshire-Bryant --- .../ramips/base-files/lib/preinit/07_set_preinit_iface_ramips| 9 +++-- 1 file changed, 7

[LEDE-DEV] [PATCH v2] gdb: bump to 8.0.1

2017-09-25 Thread Stijn Tintel
Since version 8.0, gdbserver seems to have a hard dependency on libstdc++, even with --disable-libstdcxx. Fixes CVE-2017-9778. Signed-off-by: Stijn Tintel --- V2: add hard dependency on libstdc++ Also in my staging tree: https://git.lede-project.org/a96fc0d9

[LEDE-DEV] [PATCH] ramips: improve Xiaomi Mi Router 3G support

2017-09-25 Thread Kevin Darbyshire-Bryant
This commit improves support for the Xiaomi Mi Router 3G originally added in commit 6e283cdc0da25928f8148805ebef7f8f2b769ee8 Improvements: - Remove software watchdog as hardware watchdog now working as per commit 3fbf3ab44f5cebb22e30a4c8681b13341feed6a6 for all mt7621 devices. - Reset

[LEDE-DEV] [PATCH] instance: properly compare and reload respawn config

2017-09-25 Thread Karl Palsson
respawn configuration variables were not checked for changes, and were not copied to new instances. Signed-off-by: Karl Palsson --- service/instance.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/service/instance.c b/service/instance.c index

Re: [LEDE-DEV] [PATCH] gdb: bump to 8.0.1

2017-09-25 Thread Stijn Tintel
On 25-09-17 14:38, Stijn Tintel wrote: > Since version 8.0, there is a dependency on libstdc++, and gdb does not > build against uClibc++. Disable building of the libstdc++-v3, instead of > adding a hard dependency on libstdcpp. Adding a ~350KB dependency to > gdbserver will make it hard for

[LEDE-DEV] [PATCH] gdb: bump to 8.0.1

2017-09-25 Thread Stijn Tintel
Since version 8.0, there is a dependency on libstdc++, and gdb does not build against uClibc++. Disable building of the libstdc++-v3, instead of adding a hard dependency on libstdcpp. Adding a ~350KB dependency to gdbserver will make it hard for people to use it on 4MB flash devices. Fixes

[LEDE-DEV] OpenWrt Summit 2017

2017-09-25 Thread Shelly Coen
Hi Everyone, There’s just a month to go before the OpenWrt Summit in Prague, Czech Republic! Tickets are on sale via Eventbrite - openwrtsummit.eventbrite.com and the discount is still available to those of you who complete the OpenWrt/LEDE usage survey here -

Re: [LEDE-DEV] [PATCH] openvpn: add "extra-certs" option

2017-09-25 Thread Hans Dedecker
On Mon, Sep 25, 2017 at 2:27 AM, Sven Roederer wrote: > On Dienstag, 5. September 2017 18:27:02 CEST Sven Roederer wrote: >> This option is used to specify a file containing PEM certs, to complete the >> local certificate chain. Which is quite usefull for "split-CA"

Re: [LEDE-DEV] SUNXI: Network problem with kernel 4.9.51

2017-09-25 Thread Gerhard Bertelsmann
Hi Hauke, Am 2017-09-25 00:14, schrieb Hauke Mehrtens: On 09/24/2017 04:39 PM, Hauke Mehrtens wrote: On 09/24/2017 12:27 AM, Lucian Cristian wrote: On 23.09.2017 19:03, Gerhard Bertelsmann wrote: Hi Zoltan, Am 2017-09-23 17:36, schrieb Zoltan HERPAI: Hi Gerhard, On Sat, 23 Sep 2017,