Re: [OpenWrt-Devel] [PATCH v3] ramips: Add support for Xiaomi MiWiFi Nano

2016-03-18 Thread Noble Pepper
On Thu, 2016-03-17 at 18:50 +0100, John Crispin wrote: > > On 17/03/2016 17:38, Reinhard Max wrote: > > Hi, > > > > On Sun, 13 Mar 2016 at 22:22, Noble Pepper wrote: > > > >> +gpio-export { > >> +compatible = "gpio-export"; > >> +#size-cells = <0>; > >> + > >> +gpio11

[OpenWrt-Devel] [PATCH] oxnas: add spinlock in pinctrl driver

2016-03-18 Thread Daniel Golle
Try to address a race-condition in pinctrl-oxnas.c Signed-off-by: Daniel Golle --- .../linux/oxnas/files/drivers/pinctrl/pinctrl-oxnas.c | 18 -- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/target/linux/oxnas/files/drivers/pinctrl/pinctrl-oxnas.c b/target/lin

[OpenWrt-Devel] cns3xxx: DMA failed to stop in 10ms immediately following 4.4 kernel bump

2016-03-18 Thread Pushpal Sidhu
Immediately following the 4.4 kernel bump for cns3xxx (9db4b26), I started getting "ath: phy0: DMA failed to stop in 10 ms AR_CR=0x0024 AR_DIAG_SW=0x42100020 DMADBG_7=0x62c0" with many different mini-PCI cards, but not with mini-PCIe cards. I noticed some DMA work, but mainly on the Ethern

Re: [OpenWrt-Devel] SVN server

2016-03-18 Thread Shankar Unni
On Fri, Mar 18, 2016 at 6:33 AM, John Crispin wrote: > the following SVN server will be online for the next 4-6 weeks. please > start migrating away from SVN now. we will give 1 week prior notice > before finally turning it of. > > --> svn://svn.mein.io/openwrt Thank you so much. We'll get on it

Re: [OpenWrt-Devel] 15.05.1 - Chaos Calmer

2016-03-18 Thread Matthias Schiffer
On 03/16/2016 01:06 PM, John Crispin wrote: > The OpenWrt developers are proud to announce the minor fix release of > OpenWrt Chaos Calmer. > >___ __ > | |.-.-.-.| | | |..| |_ > | - || _ | -__| || | | || _||

Re: [OpenWrt-Devel] 15.05.1 - Chaos Calmer

2016-03-18 Thread Phil Armstrong
>/* Linux kernel updated to version 3.18.23 /> Great work! :) One note about the kernel version: 3.18.23 is a very unfortunate choice, as it contains a regression causing nondeterministic boot hangs (caused by a faulty backport), which is very easy to trigger on some hardware. This has been fixed

Re: [OpenWrt-Devel] Where init scripts are linked to rc.d?

2016-03-18 Thread Weedy
On Sat, Feb 27, 2016 at 3:38 AM, Jakub JanĨo wrote: > On Sat, Feb 27, 2016 at 2:12 AM, alzhao wrote: >> Use /etc/init.d/yourscript enable >> >> It should be enabled by default, as I know. > Where do you put this command? I dont want do any tweaks after image is built. /etc/rc.local _