Re: [LEDE-DEV] [PATCH] This patch adds support for the Netgear WN3000RPv3 N300 repeater.

2017-01-18 Thread Mathias Kresin
Hey Thibaut, see my comment inline. Mathias 17.01.2017 23:12, ha...@slashdirt.org: From: Thibaut VARENE It uses the same trick as for the EX2700 to pass the Second Part Magic Check from the bootloader (as described here https://forum.openwrt.org/viewtopic.php?pid=312577#p312577 ) Specificat

[LEDE-DEV] [PATCH V2] ar71xx: mark soft_config mtd part as writeable for RB-941-2nD

2017-01-18 Thread hacks
From: Thibaut VARENE The soft_config partition must be writeable for rbcfg to be able to enact changes to the routerboot configuration. The read-only flag was a mistake in the initial patch. Removing it brings mach-rb941.c in line with all other RB platforms. Signed-off-by: Thibaut VARENE ---

Re: [LEDE-DEV] [PATCH] This patch adds support for the Netgear WN3000RPv3 N300 repeater.

2017-01-18 Thread Thibaut
Hi, > Le 18 janv. 2017 à 09:05, Mathias Kresin a écrit : > > Hey Thibaut, > > see my comment inline. > > Mathias > > 17.01.2017 23:12, ha...@slashdirt.org: >> --- a/target/linux/ramips/base-files/etc/diag.sh >> +++ b/target/linux/ramips/base-files/etc/diag.sh >> @@ -53,7 +53,8 @@ get_status_

[LEDE-DEV] [PATCH V2] ramips: add support for Netgear WN3000RPv3

2017-01-18 Thread hacks
From: Thibaut VARENE This patch adds support for the Netgear WN3000RPv3 http://www.netgear.com/support/product/wn3000rpv3.aspx Specifications: - SoC: MediaTek MT7620A (580MHz, ramips) - RAM: 32MB DDR - Storage: 8MB NOR SPI flash - Wireless: builtin MT7620A, 2x2:2 with u.FL connectors - Ethernet:

[LEDE-DEV] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Daniel Golle
Hi! In preparation to be submitted upstream I started to clean up a huge pile of patches for rt2x00 we have been carrying along for quite a while (some for more than half a decade!). Some of them are fixes, most importantly Serge Vasilugin fixed setting the HT20/HT40 filter which got us much close

Re: [LEDE-DEV] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Kalle Valo
Daniel Golle writes: > In preparation to be submitted upstream I started to clean up a huge > pile of patches for rt2x00 we have been carrying along for quite a > while (some for more than half a decade!). > Some of them are fixes, most importantly Serge Vasilugin fixed setting > the HT20/HT40 fi

Re: [LEDE-DEV] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Johannes Berg
> The advantage of pull requests is that author information can be > preserved more easily. Running git format-patch results in most > patches > having wrong SMTP sender information due to the assumption that the > patch author is the same person also submitting the patch. > So in practise, this w

Re: [LEDE-DEV] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Stanislaw Gruszka
Hi On Fri, Jan 13, 2017 at 04:50:32AM +0100, Daniel Golle wrote: > Please review and comment, so we can get those patches merged! As already pointed by Kalle posting patches to mailing list is better way for review. Posing patches is easy with git-format-patch and git-send-email. Ideally patch se

Re: [LEDE-DEV] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Daniel Golle
Hi Kalle, On Fri, Jan 13, 2017 at 12:46:56PM +0200, Kalle Valo wrote: > Daniel Golle writes: > > ... > > Please review and comment, so we can get those patches merged! > > No pull requests, please. Instead send these as patches, easier to > review and actually also easier for me to merge. The a

Re: [LEDE-DEV] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Daniel Golle
On Fri, Jan 13, 2017 at 04:59:59PM +0100, Johannes Berg wrote: > > > The advantage of pull requests is that author information can be > > preserved more easily. Running git format-patch results in most > > patches > > having wrong SMTP sender information due to the assumption that the > > patch au

Re: [LEDE-DEV] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 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 Friday, January 13, 2017 4:46:3

Re: [LEDE-DEV] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Kalle Valo
Stanislaw Gruszka writes: > Hi > > On Fri, Jan 13, 2017 at 04:50:32AM +0100, Daniel Golle wrote: >> Please review and comment, so we can get those patches merged! > > As already pointed by Kalle posting patches to mailing list is better > way for review. Posing patches is easy with git-format-pat

Re: [LEDE-DEV] [OpenWrt-Devel] [RFC] [PULL REQUEST] rt2x00 patches from OpenWrt.org

2017-01-18 Thread Daniel Golle
On Fri, Jan 13, 2017 at 05:17:23PM +0100, Daniel Golle wrote: > On Fri, Jan 13, 2017 at 04:59:59PM +0100, Johannes Berg wrote: > > > > > The advantage of pull requests is that author information can be > > > preserved more easily. Running git format-patch results in most > > > patches > > > having

Re: [LEDE-DEV] Syslog-ng Makefile typo

2017-01-18 Thread Philip Prindeville
I was going to submit a fix myself but while you’re making changes... One thing I did notice is that MUSL does openlog() as a DGRAM socket, but syslog-ng currently opens a STREAM socket (in files/syslog-ng.conf). Can you please change the unix-stream() to unix-gram() instead? Thanks. > On J

Re: [LEDE-DEV] LEDE 17.01 branched/Release Notes improving

2017-01-18 Thread Rich Brown
> On Jan 16, 2017, at 1:37 PM, Jo-Philipp Wich wrote: > > this is just a heads-up to inform you that LEDE master has been branched > into a new branch "lede-17.01" now. Thanks to everyone who has contributed to the Release Notes. Here's the current state: If you think something's missing, plea

Re: [LEDE-DEV] Syslog-ng Makefile typo

2017-01-18 Thread Philip Prindeville
You can also add: Reviewed-by: Philip Prindeville regarding the unix-stream() vs. unix-dgram(), here’s a bug from Debian (which also uses syslog-ng): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=384802 > On Jan 18, 2017, at 12:39 AM, John Crispin wrote: > > Hi, > > although the conte

Re: [LEDE-DEV] [PATCH 4/4] x86: Add APU2 LED Driver

2017-01-18 Thread Philip Prindeville
> On Jan 14, 2017, at 9:20 AM, Chris Blake wrote: > > The following patch adds LED support for the PC Engines APU2/APU3 board > on LEDE. > > Signed-off-by: Chris Blake > --- > target/linux/x86/64/config-default | 2 + > target/linux/x86/files/drivers/leds/leds-apu2.c| 374

[LEDE-DEV] RT5350 spi half duplex?

2017-01-18 Thread Giuseppe Lippolis
Hi, I’m experimenting the spi interface on a RT5350 target. Its spi driver set the interface as half duplex     master->dev.of_node = pdev->dev.of_node;     master->mode_bits = RT2880_SPI_MODE_BITS;     master->bits_per_word_mask = SPI_BPW_MASK(8);     master->min_speed_hz = clk_ge

[LEDE-DEV] Race condition in openssh build?

2017-01-18 Thread Philip Prindeville
I did a “make dirclean” and then “make -j12” and I end up seeing the following (it’s reproducible): ... make[3] -C feeds/packages/utils/bash compile make[3] -C feeds/packages/utils/bc compile make[3] -C feeds/packages/net/bmon compile make[3] -C package/network/utils/iptables compile make[3]