I'm excited to see so many people interested in TR-069 support! As a
follow up to the previous TR-069 email, I've set up a meeting on TR-069
support for OpenWrt. The meeting is on Friday, June 10 at 7 AM PT.
I expect the meeting will discuss:
* The proposals for creating/integrating TR-069 suppor
Hi,
> On 3 Jun 2016, at 13:11, Matthias Schiffer
> wrote:
>
(snip)
>
> 1) and 2) would allow blobmsg to store everything that json-c can (with the
> caveat that json-c stores integers as int64 internally, while blobmsg_json
> uses int32) -
We also noticed this as a problem for us since when
Hi John,
On Fri, 2016-06-03 at 11:09 +0200, John Crispin wrote:
> Hi,
>
> On 01/06/2016 17:32, Alexey Brodkin wrote:
> >
> > As of today gdb port for ARC is not yet in upstream even though
> > we're working hard on that.
> >
> > Still to allow ARC users to debug user-space apps on top of
> > Li
On 06/03/2016 11:05 AM, John Crispin wrote:
>
>
> On 01/06/2016 22:27, Matthias Schiffer wrote:
>> The current blobmsg_format_json* functions will return invalid JSON when
>> the "list" argument is given as false (blobmsg_format_element() will
>> output the name of the blob_attr as if the value i
2016-06-03 11:13 GMT+02:00 John Crispin :
>
>
> On 02/06/2016 13:20, Etienne Champetier wrote:
>> Hi,
>>
>> someone messed with git.openwrt.org nginx config, i can't get the js and css.
>>
>> see https://git.openwrt.org/project/static/gitweb.css (doesn't look
>> like a css :) )
>>
>> Cheers
>> Etie
On 02/06/2016 13:20, Etienne Champetier wrote:
> Hi,
>
> someone messed with git.openwrt.org nginx config, i can't get the js and css.
>
> see https://git.openwrt.org/project/static/gitweb.css (doesn't look
> like a css :) )
>
> Cheers
> Etienne
>
that url looks weird.
-> https://git.openwrt
Hi,
On 01/06/2016 17:32, Alexey Brodkin wrote:
> As of today gdb port for ARC is not yet in upstream even though
> we're working hard on that.
>
> Still to allow ARC users to debug user-space apps on top of
> Linux kernel we're adding here support for building GDB from
> sources hosted on our Git
On 01/06/2016 22:27, Matthias Schiffer wrote:
> The current blobmsg_format_json* functions will return invalid JSON when
> the "list" argument is given as false (blobmsg_format_element() will
> output the name of the blob_attr as if the value is printed as part of a
> JSON object).
>
> To avoid