[LEDE-DEV] Adding support for rtl8812AU/rtl8814AU

2016-10-13 Thread Weedy
It's been ages since I had to add a package and I've never had to do kernel stuff so go easy on me. I'll probably need some spoon feeding. So this thing exists. https://gist.github.com/Ins1ghtLabs/c346f7ed4f257d1b4a2d I had to make changes to get it to even do anything. https://gist.github.com/wee

Re: [LEDE-DEV] [PATCH V2 2/3] switch to the new usbport LED trigger

2016-10-13 Thread Rafał Miłecki
On 13 October 2016 at 09:44, Rafał Miłecki wrote: > From: Rafał Miłecki > > This makes init.d script handle existing UCI entries using the new > trigger. It also switches all targets to use its package. > > Signed-off-by: Rafał Miłecki Before sending this patchset I tested it with some simple:

[LEDE-DEV] [PATCH v2] procd: fix build when DEBUG is set

2016-10-13 Thread Zefir Kurtisi
There is a collision between the DEBUG set in the CMake file as flag and the macro defined in log.h, resulting in build error: In file included from ./procd/initd/init.h:19:0, from ./procd/initd/init.c:33: ./procd/initd/../log.h:20:0: error: "DEBUG" redefined [-Werror] #define DE

Re: [LEDE-DEV] [PATCH] procd: fix build when DEBUG is set

2016-10-13 Thread Felix Fietkau
On 2016-10-13 16:39, Zefir Kurtisi wrote: > There is a collision between the DEBUG set in the CMake file as > flag and the macro defined in log.h, resulting in build error: > > In file included from ./procd/initd/init.h:19:0, > from ./procd/initd/init.c:33: > ./procd/initd/../log.

Re: [LEDE-DEV] replacing files in base system from a package?

2016-10-13 Thread Karl Palsson
David Lang wrote: > > I think this is a bad idea, your priority for packages may not > match someone else's priority, and what happens if someone > wants something from one package and something else from > another. > > I could see the ability to say "This package is explicitly > designed to ov

[LEDE-DEV] [PATCH] procd: fire events at instance respawn and failure

2016-10-13 Thread Zefir Kurtisi
In addition to the existing 'start' and 'stop', this commit adds 'respawn' and 'fail' events to allow system monitors to detect and handle unstable processes. Signed-off-by: Zefir Kurtisi --- service/instance.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service/instance.c b/service/in

[LEDE-DEV] [PATCH] procd: fix build when DEBUG is set

2016-10-13 Thread Zefir Kurtisi
There is a collision between the DEBUG set in the CMake file as flag and the macro defined in log.h, resulting in build error: In file included from ./procd/initd/init.h:19:0, from ./procd/initd/init.c:33: ./procd/initd/../log.h:20:0: error: "DEBUG" redefined [-Werror] #define DE

Re: [LEDE-DEV] [PATCH v2 4/5] base-files, mac80211, broadcom-wl: plug-and-play wifi detection

2016-10-13 Thread Jonas Gorski
On 12 October 2016 at 20:13, Christian Lamparter wrote: > Hello, > > On Wednesday, October 12, 2016 1:32:38 PM CEST Jonas Gorski wrote: >> On 11 October 2016 at 13:37, Christian Lamparter >> wrote: (snip) >> > diff --git a/package/kernel/mac80211/Makefile >> > b/package/kernel/mac80211/Makefil

Re: [LEDE-DEV] [BoardFarm] OpenWrt Summit Live Streaming

2016-10-13 Thread Benjamin Henrion
On Wed, Oct 12, 2016 at 8:22 PM, Eric Schultz wrote: > For those of you who are attending OpenWrt Summit, I'm looking forward > to seeing you! > > For those who aren't able to make it, I wanted to let you know that > OpenWrt Summit will be live streamed on Youtube. We have links for > almost all t

Re: [LEDE-DEV] [PATCH] ramips: add support for Planex VR500.

2016-10-13 Thread @SRCHACK . ORG
Hi, Sorry. After the first time posted a patch, "@SRCHACK.ORG" is the name I was writing. My name is YuheiOKAWA. How to change the Submitter name. On 2016/10/12 21:03, Rafał Miłecki wrote: On 10 October 2016 at 03:24, YuheiOKAWA wrote: SOC:MT7621A RAM:256MiB NOR:MX25L51245G Non

Re: [LEDE-DEV] Request for help: Getting 3rd party libs/apps up to date

2016-10-13 Thread Daniel Engberg
To follow up in order to prevent duplicate work, Michael Richardson has offered to update libpcap in the beginning of November Dirk Neukirchen has submitted a patch for libs/gettext-full 0.19.8.1 which has been accepted - http://patchwork.ozlabs.org/patch/681336/ Karl Palsson and Dirk Feytons h

[LEDE-DEV] [PATCH V2 2/3] switch to the new usbport LED trigger

2016-10-13 Thread Rafał Miłecki
From: Rafał Miłecki This makes init.d script handle existing UCI entries using the new trigger. It also switches all targets to use its package. Signed-off-by: Rafał Miłecki --- package/base-files/files/etc/init.d/led| 13 +++-- target/linux/apm821xx/image/Makefile |

[LEDE-DEV] [PATCH V2 1/3] kernel: add package for usbport LED trigger

2016-10-13 Thread Rafał Miłecki
From: Rafał Miłecki This is upstream alternative for LEDE's ledtrig-usbdev. It's main advantages are: 1) Support for assigning more than 1 USB port to the LED 2) Setting proper state when activating with device already connected 3) FWIW it's an upstream driver Signed-off-by: Rafał Miłecki ---

[LEDE-DEV] [PATCH V2 3/3] kernel: drop usbdev LED trigger

2016-10-13 Thread Rafał Miłecki
From: Rafał Miłecki It was LEDE's trigger that was replaced by upstream usbport one. Signed-off-by: Rafał Miłecki --- .../009-adm5120_leds_switch_trigger.patch | 4 +- ...Add-pwr_led-and-the-required-input-trigge.patch | 6 +- target/linux/generic/config-3.18 |