Re: [LEDE-DEV] [PATCH] hostapd: update to version 2017-08-24

2017-09-05 Thread Stijn Tintel
On 05-09-17 10:22, Koen Vandeputte wrote: > > On 2017-09-05 08:23, Stijn Tintel wrote: >> On 04-09-17 18:07, Koen Vandeputte wrote: >>> - Deleted upstreamed patches & parts >>> - Refreshed all >>> >>> Compile tested: full-option package + tools (hostapd + wpa_supplicant) >>> >> Does this actually c

Re: [LEDE-DEV] [PATCH] hostapd: update to version 2017-08-24

2017-09-05 Thread Stijn Tintel
On 05-09-17 10:37, Stijn Tintel wrote: > On 05-09-17 10:22, Koen Vandeputte wrote: >> On 2017-09-05 08:23, Stijn Tintel wrote: >>> On 04-09-17 18:07, Koen Vandeputte wrote: - Deleted upstreamed patches & parts - Refreshed all Compile tested: full-option package + tools (hostapd

Re: [LEDE-DEV] [PATCH] hostapd: update to version 2017-08-24

2017-09-05 Thread Koen Vandeputte
On 2017-09-05 09:43, Stijn Tintel wrote: Hi Stijn, Yes it does [1] Your patch fails in the same way for me, even with wpad-mini (I normally use wpad). Stijn, In the meantime, i'll send the V2 within a few minutes which fixes a wrong function being used for the pointer type provided. Fee

[LEDE-DEV] [PATCH v2] hostapd: update to version 2017-08-24

2017-09-05 Thread Koen Vandeputte
- Deleted upstreamed patches & parts - Refreshed all Compile tested: full-option package + tools (hostapd + wpa_supplicant) Run-tested: hostapd wpa2 hotspot & wpa_supplicant IBSS link Targets: cns3xxx Signed-off-by: Koen Vandeputte --- V2: Fixes a compiler warning by using a function flavor fo

Re: [LEDE-DEV] [PATCH 1/2] target/toolchain: Switch to xz compression instead of bz2

2017-09-05 Thread Karl Palsson
This is going to make builds _much_ slower :( Koen Vandeputte wrote: > Switch to xz compression instead of bz2 > This reduces the output size here from 41M to 29M > > Signed-off-by: Koen Vandeputte > --- > target/toolchain/Makefile | 8 > 1 file changed, 4 insertions(+), 4 deletion

[LEDE-DEV] [PATCH] netifd-proto.sh: add ip4table & ip6table to `proto_add_dynamic_defaults()`

2017-09-05 Thread Alexandru Ardelean
The `proto_add_dynamic_defaults()` seems to be called mostly in the context of LTE/3G modems (via wwan, qmi, etc) setup. When they get setup, these devices override default routes. However, depending on setup, we want these modems to be part of a another routing table. This change allows that. i

Re: [LEDE-DEV] [PATCH] netifd: update to git HEAD version (add veth-support)

2017-09-05 Thread Sven Roederer
Hans, The intention was to get veth-support for 17.01, as we need this in our Freifunk firmware. As vti/gre/6rd are features not used, it was not found to be broken. So only picking https://git.lede-project.org/?p=source.git;a=commit;h=4c09f996054ca1fa2bbef6b4ef8acec3f466e839 for 17.01 don't s

Re: [LEDE-DEV] [PATCH 1/2] target/toolchain: Switch to xz compression instead of bz2

2017-09-05 Thread Koen Vandeputte
On 2017-09-05 12:39, Karl Palsson wrote: This is going to make builds _much_ slower :( Hi Karl, You are right, but the main reasons for this patch were: - Use same output as ie. target/SDK (cleanup) - Toolchain build is disabled by default (as is SDK) - Eventually switch to multithreaded ve

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

2017-09-05 Thread Sven Roederer
This option is used to specify a file containing PEM certs, to complete the local certificate chain. Which is quite usefull for "split-CA" setups. Signed-off-by: Sven Roederer --- package/network/services/openvpn/files/openvpn.options | 1 + 1 file changed, 1 insertion(+) diff --git a/package/n

[LEDE-DEV] [PATCH uclient] uclient-http: fix Host: header for literal IPv6 addresses

2017-09-05 Thread Matthias Schiffer
For literal IPv6 addresses, the host header must have the form Host: [...] including the square brackets, as it may also contain a port. Some webservers ignore the missing brackets, while others will return error 400. IPv6 addresses are determined by searching for ':' characters in the host, a

Re: [LEDE-DEV] [PATCHv2 3/4] kernel/4.4: add generic spi-nand framework

2017-09-05 Thread Christian Lamparter 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 --- On Monday, September 4, 2017 1:48:

[LEDE-DEV] [PATCH] ramips: Add support for the HNET C108

2017-09-05 Thread Kristian Evensen
The HNET C108 (http://www.szhwtech88.com/Product-product-cid-100-id-4374.html) is a mifi based on MT7602A, which has the following specifications: * CPU: MT7620A * 1x 10/100Mbps Ethernet. * 16 MB Flash. * 64 MB RAM. * 1x USB 2.0 port. * 1x mini-PCIe slots. * 1x SIM slots. * 1x 2.4Ghz WIFI. * 1x bu

Re: [LEDE-DEV] [PATCH] netifd-proto.sh: add ip4table & ip6table to `proto_add_dynamic_defaults()`

2017-09-05 Thread Hans Dedecker
On Tue, Sep 5, 2017 at 1:39 PM, Alexandru Ardelean wrote: > The `proto_add_dynamic_defaults()` seems to be called mostly > in the context of LTE/3G modems (via wwan, qmi, etc) setup. > > When they get setup, these devices override default routes. > > However, depending on setup, we want these mode

Re: [LEDE-DEV] [PATCH 1/2] target/toolchain: Switch to xz compression instead of bz2

2017-09-05 Thread Karl Palsson
Koen Vandeputte wrote: > > On 2017-09-05 19:29, L. D. Pinney wrote: > > i7 4770K <--- Yes we all have these plus 64 GB of RAM don't we ? > This is not relevant as the benchmark was provided to show > relative differences .. (percentage) > > > I really understand your concern and I don't mind

Re: [LEDE-DEV] [PATCH 4/4] ramips/RT5350F-OLINUXINO(-EVB) dts: enable ttyS1

2017-09-05 Thread Zoltan Gyarmati
Dear John&All, thanks for the review, see my response inline On 08/29/2017 09:37 AM, John Crispin wrote: > Hi, > > comment inline > > > On 26/08/17 21:54, Zoltan Gyarmati wrote: >> The RT5350F's second UART pins are available on the base module and on >> the EVB as well, so enable it in the dev

Re: [LEDE-DEV] Recent issues w/ sysupgrade

2017-09-05 Thread Philip Prindeville
> On Sep 5, 2017, at 8:50 PM, Ryan Mounce wrote: > > On 31 August 2017 at 04:11, Philip Prindeville > wrote: >> Looking a little further into the console logging, what I’m seeing after a >> “dd” directly onto the flash is this: >> >> Press the [f] key and hit [enter] to enter failsafe mode >>

Re: [LEDE-DEV] Recent issues w/ sysupgrade

2017-09-05 Thread Ryan Mounce
On 31 August 2017 at 04:11, Philip Prindeville wrote: > Looking a little further into the console logging, what I’m seeing after a > “dd” directly onto the flash is this: > > Press the [f] key and hit [enter] to enter failsafe mode > Press the [1], [2], [3] or [4] key and hit [enter] to select th

Re: [LEDE-DEV] Recent issues w/ sysupgrade

2017-09-05 Thread Ryan Mounce
The culprit is e505f59 utils/util-linux: Update to 2.30.1 On 6 September 2017 at 12:24, Philip Prindeville wrote: > > Thanks. > > It’s not 100% reproducible which makes it time-consuming to bisect because > you have to repeat steps a few times. > > But I did conclude decisively that it did NOT p

Re: [LEDE-DEV] [PATCH] netifd-proto.sh: add ip4table & ip6table to `proto_add_dynamic_defaults()`

2017-09-05 Thread Alexandru Ardelean
On Tue, Sep 5, 2017 at 11:05 PM, Hans Dedecker wrote: > On Tue, Sep 5, 2017 at 1:39 PM, Alexandru Ardelean > wrote: >> The `proto_add_dynamic_defaults()` seems to be called mostly >> in the context of LTE/3G modems (via wwan, qmi, etc) setup. >> >> When they get setup, these devices override defa

[LEDE-DEV] [PATCH v2] ramips: Add support for the HNET C108

2017-09-05 Thread Kristian Evensen
The HNET C108 (http://www.szhwtech88.com/Product-product-cid-100-id-4374.html) is a mifi based on MT7602A, which has the following specifications: * CPU: MT7620A * 1x 10/100Mbps Ethernet. * 16 MB Flash. * 64 MB RAM. * 1x USB 2.0 port. * 1x mini-PCIe slots. * 1x SIM slots. * 1x 2.4Ghz WIFI. * 1x bu