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
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:
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
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.
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
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
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
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
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
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
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
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 |
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
---
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 |
14 matches
Mail list logo