[OpenWrt-Devel] [PATCH] check: bump 0.14.0

2020-02-05 Thread Eduardo Abinader
From: Eduardo Abinader Compiled and run in x86_64. This release adds support for CMake's FetchContent. Changes: -Add support for FetchContent in CMake -Rename CMake project from 'check' to 'Check' -Fix for checking for wrong tool when building docs in Autotools -Fix compiler

[OpenWrt-Devel] [PATCH v2] check: upgrade to 0.10.0

2016-09-21 Thread Eduardo Abinader
updated new package url and solved some issues: https://github.com/libcheck/check/releases/tag/0.10.0 Signed-off-by: Eduardo Abinader <eduardoabina...@gmail.com> --- libs/check/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/check/Makefile

Re: [OpenWrt-Devel] [PATCH] check: upgrade to 0.10.0

2016-09-21 Thread Eduardo Abinader
On Wed, Sep 21, 2016 at 2:53 PM, Ralph Sennhauser <ralph.sennhau...@gmail.com> wrote: > On Wed, 21 Sep 2016 11:25:23 +0200 > Eduardo Abinader <eduardoabina...@gmail.com> wrote: > >> updated new package url and solved some issues: >> https://github.com/l

[OpenWrt-Devel] [PATCH] check: upgrade to 0.10.0

2016-09-21 Thread Eduardo Abinader
updated new package url and solved some issues: https://github.com/libcheck/check/releases/tag/0.10.0 Signed-off-by: Eduardo Abinader <eduardoabina...@gmail.com> --- libs/check/Makefile | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/check/Makefile

[OpenWrt-Devel] [PATCH 1/1] netifd: reload wireless device when config changes

2016-07-25 Thread Eduardo Abinader
Based on config_state to reload, triggered by config changes, make netifd to proceed accordingly, either started via wdev up or netifd reload. Thus the restart of wdev would be based on actual config changes, letting autostart aside from this. Signed-off-by: Eduardo Abinader <eduardo.ab

[OpenWrt-Devel] [PATCH 0/1] reload wireless device when config changes

2016-07-25 Thread Eduardo Abinader
was loaded. Hence I isolated what is reload and normal interface autostart, when dev is created. Eduardo Abinader (1): netifd: reload wireless device when config changes wireless.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) -- 2.5.0

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] netifd: remove wireless device when device fails to setup

2016-07-04 Thread Eduardo Abinader
Thanks for the feedback, Felix. I will submit another patch(es) with the changes you commented. Ok? Eduardo From: Felix Fietkau [n...@nbd.name] Sent: Saturday, July 02, 2016 10:25 AM To: Eduardo Abinader; openwrt-devel@lists.openwrt.org; lede

Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH] netifd: remove wireless device when device fails to setup

2016-07-01 Thread Eduardo Abinader
On 01.07.2016 00:14, Felix Fietkau wrote: > On 2016-06-30 16:18, Eduardo Abinader wrote: >> Ensure wireless device struct is removed, when it fails to be set up, >> due to a invalid configuration, hence enabling the wireless dev >> to be set up again, when a new valid configuration is

[OpenWrt-Devel] [PATCH] netifd: remove wireless device when device fails to setup

2016-06-30 Thread Eduardo Abinader
Ensure wireless device struct is removed, when it fails to be set up, due to a invalid configuration, hence enabling the wireless dev to be set up again, when a new valid configuration is set. Signed-off-by: Eduardo Abinader <eduardo.abina...@riverbed.com> --- wireless.c | 4 1 file c

[OpenWrt-Devel] TX99 mode for 11g rates

2016-05-11 Thread Eduardo Abinader
Hi, Is there anyone able to run TX99 for 11g rates on current trunk version with ar9003/9002 chip based? Unfortunately, I cannot. Thanks. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org