Re: [OpenWrt-Devel] [PATCH libubox] hotplug: add hotplug_call() helper

2018-12-07 Thread John Crispin
On 07/12/2018 09:39, Rafał Miłecki wrote: On 2018-12-07 04:41, Yousong Zhou wrote: On Thu, 6 Dec 2018 at 20:42, Rafał Miłecki wrote: From: Rafał Miłecki This new function imlements common code needed to run /etc/hotplug.d/ listeners. It allows specifying subsystem and environment strings

Re: [OpenWrt-Devel] [PATCH libubox] hotplug: add hotplug_call() helper

2018-12-07 Thread Rafał Miłecki
On 2018-12-07 04:41, Yousong Zhou wrote: On Thu, 6 Dec 2018 at 20:42, Rafał Miłecki wrote: From: Rafał Miłecki This new function imlements common code needed to run /etc/hotplug.d/ listeners. It allows specifying subsystem and environment strings as commonly used in the hotplug.d.

Re: [OpenWrt-Devel] [PATCH libubox] hotplug: add hotplug_call() helper

2018-12-06 Thread Yousong Zhou
On Thu, 6 Dec 2018 at 20:42, Rafał Miłecki wrote: > > From: Rafał Miłecki > > This new function imlements common code needed to run /etc/hotplug.d/ > listeners. It allows specifying subsystem and environment strings as > commonly used in the hotplug.d. hotplug-call is currently a

[OpenWrt-Devel] [PATCH libubox] hotplug: add hotplug_call() helper

2018-12-06 Thread Rafał Miłecki
From: Rafał Miłecki This new function imlements common code needed to run /etc/hotplug.d/ listeners. It allows specifying subsystem and environment strings as commonly used in the hotplug.d. Signed-off-by: Rafał Miłecki --- CMakeLists.txt | 2 +- hotplug.c | 35