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
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
---
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_
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:
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
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
> 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
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
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
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
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
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
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
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
> 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
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
> 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
Hi,
Im 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
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]
19 matches
Mail list logo