[LEDE-DEV] [PATCH v2] kernel: update kernel 4.4 to version 4.4.22

2016-09-29 Thread Stijn Segers
Forgot to update kernel-version.mk, so updated patch. Compile-tested on x86/64 and ar71xx; run-tested on x86/64 and ar71xx. Signed-off-by: Stijn Segers --- include/kernel-version.mk | 4 ++-- .../patches-4.4/0036-bcm2708-vchiq-driver.patch | 4 ++-- .../0

Re: [LEDE-DEV] [wiki]Wiki structure proposals and some questions

2016-09-29 Thread Thomas Endt
> Also, it would be cool to get email notifications about any page > modification to pages I subscribed or have chosen somehow too, I didn't > find anything to set that. You now find an additional button on top of the page "manage subscriptions". Good for now, but needs some attention regarding t

Re: [LEDE-DEV] [OpenWrt] [OpenWrt-Users] OpenWrt Summit Nearing Capacity; please register soon!

2016-09-29 Thread Eric Schultz
Ben, Yes, there will be live streaming of the event! We'll have the links to the streams posted on http://openwrtsummit.org prior to the event. The streams will also be saved on Youtube for those who can't watch them live. Thanks, Eric On 09/29/2016 07:43 AM, Benjami

Re: [LEDE-DEV] [wiki]Wiki structure proposals and some questions

2016-09-29 Thread Alberto Bursi
Good, thanks. :) I'll make a mockup of the pages I want to make in the playground with images, and re-arrange other pages outside as I proposed. -Alberto ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo

Re: [LEDE-DEV] [wiki]Wiki structure proposals and some questions

2016-09-29 Thread Thomas Endt
> > Structure: > > I was thinking about dividing the wiki in five main pages [...] > Looks good to time, maybe Thomas has also comments on that? Just go ahead and show something. Playground for temporary presentations: https://wiki.lede-project.org/playground:playground > > Also I'd like to ha

[LEDE-DEV] [PATCH] base-files: remove non-working filter option for wifi detect

2016-09-29 Thread Christian Lamparter
This patch removes the non-working wifi driver filter for the wifi detection script. I figured that rather than replacing ${2:-$DRIVERS} with ${1:-$DRIVERS}, it would be better to remove it. Nobody needed it in the previous years. Signed-off-by: Christian Lamparter --- package/base-files/files/

Re: [LEDE-DEV] [wiki]Wiki structure proposals and some questions

2016-09-29 Thread Thomas Endt
> I recently posted in the discussion page of the todo page of the wiki. > https://wiki.lede-project.org/talk:to_do_list > Now, apart from that I'd like to note that while I can get a nice > forum-like interface where I cal also select if I want to get emails to > notify answers when it's my first

[LEDE-DEV] ubus rpcd plugins

2016-09-29 Thread Karl Palsson
Hi, I've been trying to implement a firmware update via a ubus rpcd plugin, and have run into a problem regarding how ubus calls the plugins. As best I can tell, if a ubus rpcd plugin does _anything_ in the background, ubus call hangs and then timesout. I can see that rpcd already has some attempt

Re: [LEDE-DEV] [wiki]Wiki structure proposals and some questions

2016-09-29 Thread Alberto Bursi
On 09/29/2016 01:49 PM, Martin Tippmann wrote: > Not sure if that's a good idea and better than a list because it's > effort to maintain, would be cool if these pages could be a "fallout" > of a category in the table of hardware and be generated and updated > from a single source. The main point

[LEDE-DEV] [PATCH 2/2] uci/lua: add explicit close() method

2016-09-29 Thread Dirk Feytons
This allows a caller to explicitly free the cursor as soon as it is no longer needed instead of having to wait for the garbage collector. Signed-off-by: Dirk Feytons --- lua/uci.c | 16 ++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/lua/uci.c b/lua/uci.c index

[LEDE-DEV] [PATCH 1/2] uci/lua: add list_configs() function

2016-09-29 Thread Dirk Feytons
Returns an array with all the available configs. Signed-off-by: Dirk Feytons --- lua/uci.c | 21 + 1 file changed, 21 insertions(+) diff --git a/lua/uci.c b/lua/uci.c index 47d59c8..ddb9c5c 100644 --- a/lua/uci.c +++ b/lua/uci.c @@ -911,6 +911,26 @@ uci_lua_set_savedir(lua

Re: [LEDE-DEV] [OpenWrt-Users] OpenWrt Summit Nearing Capacity; please register soon!

2016-09-29 Thread Benjamin Henrion
On Wed, Sep 21, 2016 at 8:53 PM, Eric Schultz wrote: > I'm excited to let folks know that the response to OpenWrt Summit has > been very strong; we currently have over 170 registrations. If you've > already registered, thank you so much! If you're interested in attending > but haven't registered y

Re: [LEDE-DEV] [wiki]Wiki structure proposals and some questions

2016-09-29 Thread Martin Tippmann
Hi, > On 09/28/2016 05:51 PM, Alberto Bursi wrote: >> I recently posted in the discussion page of the todo page of the wiki. >> https://wiki.lede-project.org/talk:to_do_list I quote that here and add my personal thoughts/opinion: > Structure: > I was thinking about dividing the wiki in five main

[LEDE-DEV] [wiki]Wiki structure proposals and some questions

2016-09-29 Thread Alberto Bursi
I recently posted in the discussion page of the todo page of the wiki. https://wiki.lede-project.org/talk:to_do_list Now, apart from that I'd like to note that while I can get a nice forum-like interface where I cal also select if I want to get emails to notify answers when it's my first post i

[LEDE-DEV] Wiki structure proposals and some questions

2016-09-29 Thread Alberto Bursi
I recently posted in the discussion page of the todo page of the wiki. https://wiki.lede-project.org/talk:to_do_list Now, apart from that I'd like to note that while I can get a nice forum-like interface where I cal also select if I want to get emails to notify answers when it's my first post in

Re: [LEDE-DEV] [wiki]Wiki structure proposals and some questions

2016-09-29 Thread Jo-Philipp Wich
Hi Alberto, your mail was rejected because it contained headers indicating a reply to another mail without having a "Re:" in the header. This usually happens if you randomly reply to a mail in the list and then delete subject & body to write a new message. I manually accepted those mails for now

Re: [LEDE-DEV] [wiki]Wiki structure proposals and some questions

2016-09-29 Thread Alberto Bursi
Hmm, I'm on OpenSUSE and I'm using Thunderbird so if it's Microsoft that's happening server-side. If it keeps happening I'll switch to my gmail account, but seriously, I am disappointed. -Alberto On 09/29/2016 09:56 AM, John Crispin wrote: > it seems to have been rejected with "Message has a

[LEDE-DEV] Discussion of FHS and /srv vs /usr/var for packages feed

2016-09-29 Thread Daniel Dickinson
Hi all, Most of you are probably unaware of the following discussion https://github.com/openwrt/packages/pull/3059 in which, in the context of postfix specifically, but touching on what should be the policy for the packages feed in general, it is discussed what is considered a reasonable way to ha

Re: [LEDE-DEV] Patches to web

2016-09-29 Thread Mathias Kresin
2016-09-29 4:26 GMT+02:00 Marvin Arnold : > I'd like to make a small pull-request to the `web` repo. But I don't > quite understand the instructions online. > > From what I can tell, I should send something with a subject like 'web: > Instructions for architecture discovery' and a body generated by

Re: [LEDE-DEV] Patches to web

2016-09-29 Thread Syrone Wong
You can add prefix when doing "git format-patch" and send it to the list. Check the output before sending is a good idea if you don't want to make mistakes. Best Regards, Syrone Wong On Thu, Sep 29, 2016 at 10:26 AM, Marvin Arnold wrote: > I'd like to make a small pull-request to the `web` rep

Re: [LEDE-DEV] The procd daemon does not handle correctly the instances

2016-09-29 Thread John Crispin
yep, saw that while looking at the procd code this morning. On 29/09/2016 10:36, Lebleu Pierre wrote: > In fact, the code already exists for the method "add". > > When we call the method "set", it does a vlist_update(), instance_add() and > then vlist_flush(). > > For the method "add", it only

Re: [LEDE-DEV] The procd daemon does not handle correctly the instances

2016-09-29 Thread Lebleu Pierre
In fact, the code already exists for the method "add". When we call the method "set", it does a vlist_update(), instance_add() and then vlist_flush(). For the method "add", it only update the PID as you said so. I just purpose to call the method "add" rather than "set" when we specify the inst

Re: [LEDE-DEV] Back from hospital; getting reintegrated

2016-09-29 Thread John Crispin
On 29/09/2016 09:03, Daniel Dickinson wrote: > In any event I'm back and have a number of patches I plan on > submitting, and want to get reintegrated into the community > here (as well as rl of course), and would like to help with > things like the wiki and bugs, in addition to

Re: [LEDE-DEV] [wiki]Wiki structure proposals and some questions

2016-09-29 Thread John Crispin
it seems to have been rejected with "Message has a suspicious header" i am assuming that microsoft is adding weird headers to your mails. John On 29/09/2016 09:47, Alberto Bursi wrote: > I sent this yesterday and it is still waiting "moderator approval". > > > On 09/28/2016 05:51 PM, Al

Re: [LEDE-DEV] [wiki]Wiki structure proposals and some questions

2016-09-29 Thread Alberto Bursi
I sent this yesterday and it is still waiting "moderator approval". On 09/28/2016 05:51 PM, Alberto Bursi wrote: > I recently posted in the discussion page of the todo page of the wiki. > https://wiki.lede-project.org/talk:to_do_list > > Now, apart from that I'd like to note that while I can get

[LEDE-DEV] Luci + Luci2 compat

2016-09-29 Thread Daniel Dickinson
Hi all, In the interests of making LuCI2 development feasible without losing all of LuCI in the process, I'm planning on looking to a luci-luci2 compat mechanism that would allow LuCI2 apps to be used from within the current LuCI framework, while preventing

[LEDE-DEV] Back from hospital; getting reintegrated

2016-09-29 Thread Daniel Dickinson
Hi all, I was in the hop for a while and while I've been out for about a month there has been a lot to take care of. I've also gotten a couple boughts of already this school season (from those in the family who are in school or work at school), so that hasn't