[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.

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

[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

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: >

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

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

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:

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

[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 +++--