Re: [OpenWrt-Devel] [PATCH] runqueue: Fix the callbacks order in runqueue_task_kill()

2019-07-01 Thread Alban
On Mon, 1 Jul 2019 15:48:47 +0200 John Crispin wrote: > On 21/06/2019 17:38, Alban Bedel wrote: > > Since commit 11e8afea (runqueue should cal the complete handler from > > more places) the call to the complete() callback has been moved to > > runqueue_task_co

[OpenWrt-Devel] [PATCH] runqueue: Fix the callbacks order in runqueue_task_kill()

2019-06-21 Thread Alban Bedel
the complete() callback free the task struct. Furthermore runqueue_start_next() is already called at the end of runqueue_task_complete(), so there is no need to call it again in runqueue_task_kill(). Signed-off-by: Alban Bedel --- runqueue.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions

[OpenWrt-Devel] [PATCH] ubus: Support static builds

2019-06-14 Thread Alban Bedel
Extend the cmake config to build and install static libraries when -DBUILD_STATIC=ON is used. Signed-off-by: Alban Bedel --- CMakeLists.txt | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 471b38e..f8ef4aa 100644 --- a

Re: [OpenWrt-Devel] [PATCH] ar71xx: fix ar724x clock calculation

2015-09-15 Thread Alban
k i think, see [2]) as it then match with the register name used in the patch. Alban [1] https://github.com/AlbanBedel/linux/tree/ath79 [2] https://en.wikipedia.org/wiki/Phase-locked_loop#Feedback_path_and_optional_divider ___ openwrt-devel m