Re: [LEDE-DEV] ath10k firmware crashes in mesh mode on QCA9880

2016-12-05 Thread Benjamin Morgan
Applied the patch and tried with 10.2.4.70.54 firmware and it still crashes: [ 142.438377] ath10k_pci :01:00.0: firmware crashed! (uuid a5499582-e220-46d2-9359-0b44219f69ea) [ 142.447512] ath10k_pci :01:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub : [

Re: [LEDE-DEV] [OpenWrt] [OpenWrt-Devel] Project proposal: The GNUnet of autonomous Things

2016-12-05 Thread Bill Moffitt
On 12/5/2016 4:54 AM, Hauke Mehrtens wrote: On 2016-12-05 11:57, Daniel Golle wrote: Hi Felix, On Thu, Dec 01, 2016 at 04:51:30PM +0100, Felix Fietkau wrote: On 2016-12-01 16:38, Daniel Golle wrote: > Hi Felix, > > On Thu, Dec 01, 2016 at 04:12:38PM +0100, Felix Fietkau wrote: >> On

Re: [LEDE-DEV] ath10k firmware crashes in mesh mode on QCA9880

2016-12-05 Thread Nagarajan, Ashok Raj
>> Applied the patch and tried with 10.2.4.70.54 firmware and it still crashes: >> [ 142.438377] ath10k_pci :01:00.0: firmware crashed! (uuid >> a5499582-e220-46d2-9359-0b44219f69ea) >> [ 142.447512] ath10k_pci :01:00.0: qca988x hw2.0 target 0x4100016c >> chip_id 0x043202ff sub

Re: [LEDE-DEV] [PATCH uclient v2] Fix unused results warnings

2016-12-05 Thread Felix Fietkau
On 2016-12-05 00:15, Florian Fainelli wrote: > Fixes: > > uclient-http.c:385:8: error: ignoring return value of 'fread', declared with > attribute warn_unused_result [-Werror=unused-result] >fread(, sizeof(val), 1, f); > ^ > > uclient-fetch.c: In function 'main': >

Re: [LEDE-DEV] [OpenWrt] [OpenWrt-Devel] Project proposal: The GNUnet of autonomous Things

2016-12-05 Thread Daniel Golle
Hi Felix, On Thu, Dec 01, 2016 at 04:51:30PM +0100, Felix Fietkau wrote: > On 2016-12-01 16:38, Daniel Golle wrote: > > Hi Felix, > > > > On Thu, Dec 01, 2016 at 04:12:38PM +0100, Felix Fietkau wrote: > >> On 2016-12-01 16:05, Daniel Golle wrote: > >> > I was following your posts and do believe

Re: [LEDE-DEV] [OpenWrt] [OpenWrt-Devel] Project proposal: The GNUnet of autonomous Things

2016-12-05 Thread Daniel Golle
Hi Hauke, On Mon, Dec 05, 2016 at 01:54:20PM +0100, Hauke Mehrtens wrote: > On 2016-12-05 11:57, Daniel Golle wrote: > > Hi Felix, > > > > On Thu, Dec 01, 2016 at 04:51:30PM +0100, Felix Fietkau wrote: > > > On 2016-12-01 16:38, Daniel Golle wrote: > > > > Hi Felix, > > > > > > > > On Thu, Dec

Re: [LEDE-DEV] [OpenWrt] [OpenWrt-Devel] Project proposal: The GNUnet of autonomous Things

2016-12-05 Thread Hauke Mehrtens
On 2016-12-05 11:57, Daniel Golle wrote: Hi Felix, On Thu, Dec 01, 2016 at 04:51:30PM +0100, Felix Fietkau wrote: On 2016-12-01 16:38, Daniel Golle wrote: > Hi Felix, > > On Thu, Dec 01, 2016 at 04:12:38PM +0100, Felix Fietkau wrote: >> On 2016-12-01 16:05, Daniel Golle wrote: >> > I was

[LEDE-DEV] ramips: image validator and board variants

2016-12-05 Thread Mathias Kresin
Hey John, Hey Felix I'm near to finished with porting the remaining ramips devices to the new image build code. While doing this, I might have spotted a ramips specific issue with the new image validation feature in regard of build variants of boards. At the moment the build code of for

Re: [LEDE-DEV] [PATCH] odhcpd: Update to 2016-12-01 snapshot

2016-12-05 Thread Karl Palsson
John Crispin wrote: > Hi Karl, > > this comment is completely devoid any usefulness. let me help > by rephrasing it to make it useful. > > "Hi community, > > i have noticed that it is common practice to not annotate the > upstream changes properly in commit bumping the git

[LEDE-DEV] [PATCH] libubox: allow reading out the remaining time of a uloop timer in Lua

2016-12-05 Thread Stijn Cleynhens
Add Lua method to the uloop wrapper to allow reading out the remaining time of a uloop timer Signed-off-by: Stijn Cleynhens --- lua/uloop.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/lua/uloop.c b/lua/uloop.c index c5dd12f..a78c2dc 100644 ---