[LEDE-DEV] [PATCH] ar71xx: Add support for D-Link EBR-2310 Rev. C

2017-02-04 Thread Alexandru Gagniuc
Add support for the EBR-2310, which is almost identical to the DIR-615 rev E4, without the wifi. Signed-off-by: Alexandru Gagniuc --- target/linux/ar71xx/base-files/etc/board.d/01_leds | 3 ++- target/linux/ar71xx/base-files/etc/board.d/02_network| 5 + .../

[LEDE-DEV] [PATCH v3] ramips: Add support for Sanlinking D240

2017-02-04 Thread Kristian Evensen
The Sanlinking Technologies D240 (http://www.sanlinking.com/en/29-dual-4g-wifi-router.html) is basically the same device as the ZBT WE826, so adding support for it in LEDE is straight forward. The differences is that the D240 has two mini-PCIe slots (instead of one), blue LEDs and supports PoE. Sp

Re: [LEDE-DEV] [PATCH v3] ramips: Add support for Sanlinking D240

2017-02-04 Thread Piotr Dymacz
Hi Kristian, Thanks a lot for considering all our comments, it looks (almost) OK for me now. There are just some minor, only cosmetic things (below, inline) which I think still need to be fixed (yes, I'm kind of pedantic type). Cheers, Piotr 2017-02-04 13:56 GMT+01:00 Kristian Evensen : [...]

[LEDE-DEV] [PATCH] ar71xx: Support for TP-LINK MR6400

2017-02-04 Thread Filip Moc
>From 2a930f515c38069c2e57ef76f0ffe0d8e2ab115a Mon Sep 17 00:00:00 2001 From: Filip Moc Date: Sat, 4 Feb 2017 14:37:08 +0100 Subject: [LEDE-DEV] [PATCH] ar71xx: Support for TP-LINK MR6400 Add support for TP-Link MR6400 Everything seems to be working. You can flash via u-boot tftp (serve factory

Re: [LEDE-DEV] LEDE-17.01 Final Release Notes available

2017-02-04 Thread Dave Täht
On 2/3/17 3:42 AM, Baptiste Jonglez wrote: > On Tue, Jan 31, 2017 at 10:14:04AM +, David Woodhouse wrote: >> On Tue, 2017-01-31 at 10:54 +0100, Baptiste Jonglez wrote: >>> >>> - IPv6 support: since that was the focus of CC, at least mention that >>> nothing was intentionally broken (and may

[LEDE-DEV] telephony: adding telephony functionality

2017-02-04 Thread Giuseppe Lippolis
>Dear All, >after some investigation on my DWR-512 board I discovered the hw architecture of the telephone voice channel embedded in the router. >The board embeds one 3g modem plugged on the mini pcie slot and one proslic device (si3210 - subscriber line interface circuit). >The hw architecture is

Re: [LEDE-DEV] [OpenWrt-Devel] MT7620A WiFi issue - with a twist!

2017-02-04 Thread Daniel Golle
Hi Weedy, On Fri, Feb 03, 2017 at 07:49:22PM -0500, Weedy wrote: > On 1 February 2017 at 15:29, Jamie Stuart wrote: > > Hello LEDE / OpenWRT devs, > > > > I am requesting your help. First a little background… > ... > > This a known issue with the chipset and seems to have been round for years. >

Re: [LEDE-DEV] [OpenWrt-Devel] MT7620A WiFi issue - with a twist!

2017-02-04 Thread Daniel Golle
Hi Juergen, On Sat, Feb 04, 2017 at 08:32:36AM +0100, Juergen Kimmel wrote: > Hello everyone, > I'm in the same boat struggeling with mt7620a WiFi performance, > namely with the device called ZBT APE522ii. > Stock firmware based on Openwrt (has no version number) has no issues > concerning wifi

Re: [LEDE-DEV] NETSHe mac80211 GPL sources

2017-02-04 Thread Daniel Golle
Hi Stas, On Fri, Feb 03, 2017 at 03:58:15PM +0300, Stanislav V. Korsakov wrote: > Hi Daniel, > > Why do you think that all our TDMA-related modifications must be under > GPL license? As you are using cfg80211 and mac80211 I just guessed that chances are high that you'd also use ath9k and modifie

[LEDE-DEV] [PATCH v4] ramips: Add support for Sanlinking D240

2017-02-04 Thread Kristian Evensen
The Sanlinking Technologies D240 (http://www.sanlinking.com/en/29-dual-4g-wifi-router.html) is basically the same device as the ZBT WE826, so adding support for it in LEDE is straight forward. The differences is that the D240 has two mini-PCIe slots (instead of one), blue LEDs and supports PoE. Sp

Re: [LEDE-DEV] [PATCH] ar71xx: Add support for D-Link EBR-2310 Rev. C

2017-02-04 Thread mr . nuke . me
On Saturday, February 4, 2017 1:12:57 AM PST Alexandru Gagniuc wrote: > Add support for the EBR-2310, which is almost identical to the DIR-615 > rev E4, without the wifi. > I've re-submitted as a pull-request, since patchwork loves to butcher my name: https://github.com/lede-project/source/pull/7

[LEDE-DEV] [PATCH ubox] cmake: Check for getrandom system call

2017-02-04 Thread Florian Fainelli
In case we are building against a kernel that is too old and does not support SYS_getrandom, error out with a message indicating so. Signed-off-by: Florian Fainelli --- CMakeLists.txt | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists

Re: [LEDE-DEV] [PATCH ubox] cmake: Check for getrandom system call

2017-02-04 Thread Etienne Champetier
Ack Thanks Florian 2017-02-04 18:41 GMT-08:00 Florian Fainelli : > In case we are building against a kernel that is too old and does not > support SYS_getrandom, error out with a message indicating so. > > Signed-off-by: Florian Fainelli > --- > CMakeLists.txt | 15 +++ > 1 file chan

Re: [LEDE-DEV] NETSHe mac80211 GPL sources

2017-02-04 Thread Stanislav V. Korsakov
Hi Daniel, Please find my comments below. On 04.02.2017 22:35, Daniel Golle wrote: > Hi Stas, > > On Fri, Feb 03, 2017 at 03:58:15PM +0300, Stanislav V. Korsakov wrote: >> Hi Daniel, >> >> Why do you think that all our TDMA-related modifications must be under >> GPL license? > As you are using cf