[OpenWrt-Devel] [PATCH] ar71xx: Add TP-Link TL-WA901ND v4 support to Chaos Calmer 15.05.1

2016-04-13 Thread Stijn Segers
This patch backports support for the TP-Link TL-WA901ND v4 to Chaos Calmer 15.05.1, which was added into trunk recently [1]. Signed-off by Stijn Segers [1]: http://patchwork.ozlabs.org/patch/606780/ --- target/linux/ar71xx/base-files/etc/diag.sh |

Re: [OpenWrt-Devel] OpenVPN server doesnt send AUTH_FAILED

2016-04-13 Thread Jakub JanĨo
Hello, can someone help please? Mainly openvpn masters :) - but it can be another problem openssl? kernel? :-/ ... Problem is that openvpn doesnt send/receive AUTH_FAILED when auth-user-pass fails to verify. I created thread in OpenVPN forum with all details:

[OpenWrt-Devel] [PATCH] base-files: allow to set arbitrary ip address and netmask

2016-04-13 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- package/base-files/files/bin/config_generate | 16 +--- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/package/base-files/files/bin/config_generate b/package/base-files/files/bin/config_generate index 4256d3c..03d1a36

Re: [OpenWrt-Devel] [PATCH] procd: restrict ujail to supported platforms

2016-04-13 Thread Zefir Kurtisi
On 04/13/2016 02:41 PM, Etienne Champetier wrote: > cc list > > 2016-04-13 14:40 GMT+02:00 Etienne Champetier >: > > Hi Zefir > > trace/trace.c is the source code of utrace binary, > which is in procd-seccomp

Re: [OpenWrt-Devel] [PATCH] procd: restrict ujail to supported platforms

2016-04-13 Thread Etienne Champetier
cc list 2016-04-13 14:40 GMT+02:00 Etienne Champetier : > Hi Zefir > > 2016-04-13 14:26 GMT+02:00 Zefir Kurtisi : > >> ujail can be selected on e.g. PowerPC platforms, which >> currently causes the procd build to fail: >>

[OpenWrt-Devel] [PATCH] procd: restrict ujail to supported platforms

2016-04-13 Thread Zefir Kurtisi
ujail can be selected on e.g. PowerPC platforms, which currently causes the procd build to fail: ./trace/trace.c:48:2: error: #error tracing is not supported on this architecture #error tracing is not supported on this architecture ^ ./trace/trace.c: In function 'tracer_cb':

Re: [OpenWrt-Devel] [UCI] uci import -m duplicates list options

2016-04-13 Thread Yousong Zhou
On 13 April 2016 at 18:54, Nemesis wrote: > Hi, > > I've incurred in weird behaviour when using the import feature of the uci > tool which seems to cause duplicates when importing configuration files that > have "list" settings. > > To test this you can try to create a file in

[OpenWrt-Devel] [UCI] uci import -m duplicates list options

2016-04-13 Thread Nemesis
Hi, I've incurred inweird behaviour when using the import feature of the uci toolwhich seems to cause duplicates whenimporting configuration files that have "list" settings. To test this you can try to create a file in /tmp/network: config interface 'lan' list ipaddr '192.168.99.1/24' and