Re: [OpenWrt-Devel] [PATCH][brcm47xx] broadcom-diag support for the WNDR3700v3

2013-03-20 Thread Rafał Miłecki
2013/3/20 Owen Kirby o...@exegin.com: I recently picked up a WNDR3700 to put OpenWRT on, and only after tearing into the box did I find it was one of the v3 boards, with poor OpenWRT support. This patch should add the board detection and LED/button control to the broadcom-diag module, and

Re: [OpenWrt-Devel] [PATCH] [packages] proftpd: Bump to 1.3.4c

2013-03-20 Thread Cezary Jackiewicz
Dnia 2013-03-19, o godz. 23:48:36 Daniel Petre d...@ip6.ro napisał(a): Changelog for 1.3.4c: + Added Spanish translation. + Fixed several mod_sftp issues, including SFTPPassPhraseProvider, handling of symlinks for REALPATH requests, and response code logging. + Fixed symlink race

[OpenWrt-Devel] [PATCH][packages] add luaneightbl

2013-03-20 Thread Patrick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi neightbl is a lua lib for reading mac,ip6 table from kernel Signed-off-by: Patrick Grimm patrick at lunatiki.de - --- /dev/null 2013-02-17 21:23:56.06800 +0100 +++ lang/luaneightbl/Makefile 2013-03-20 10:03:46.0 +0100 @@ -0,0 +1,57

Re: [OpenWrt-Devel] [packages] olsrd: init: patchset for download

2013-03-20 Thread Bastian Bittorf
* Saverio Proto ziopr...@gmail.com [12.03.2013 20:08]: I successfully imported the patches in my tree. Give me a little time for testing. Anything i can do to speedup things? bye, bastian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] [packages] tinc: init: useless directory existence test

2013-03-20 Thread Alessio Caiazza
From: Alessio Caiazza nol...@abisso.org Currently tinc init script will delete the generated configuration folder and then check if it will not exists in order to create it. This patch will first check if the generated configuration folder exists and then delete it, after that it will always

[OpenWrt-Devel] OpenWrt / parsing JSON with jshn

2013-03-20 Thread Bastian Bittorf
with is the supposed way to do this, could'nt find any documentation, so we tried this: #!/bin/sh . /usr/share/libubox/jshn.sh JSON=$( wget -qO - $URL ) eval $( jshn -r $JSON ) echo Status is $JSON_VAR_status echo Number is: $JSON_TABLE1_number Or is this too naiv? This is the JSON which

Re: [OpenWrt-Devel] OpenWrt / parsing JSON with jshn

2013-03-20 Thread Manuel Munz
On 20.03.2013 12:11, Bastian Bittorf wrote: with is the supposed way to do this, could'nt find any documentation, so we tried this: #!/bin/sh . /usr/share/libubox/jshn.sh JSON=$( wget -qO - $URL ) eval $( jshn -r $JSON ) echo Status is $JSON_VAR_status echo Number is:

Re: [OpenWrt-Devel] OpenWrt / parsing JSON with jshn

2013-03-20 Thread Jonh Wendell
2013/3/20 Bastian Bittorf bitt...@bluebottle.com with is the supposed way to do this, could'nt find any documentation, so we tried this: #!/bin/sh . /usr/share/libubox/jshn.sh JSON=$( wget -qO - $URL ) eval $( jshn -r $JSON ) echo Status is $JSON_VAR_status echo Number is:

[OpenWrt-Devel] [PATCH 001/002] [packages] strongswan: add init.d script

2013-03-20 Thread Luka Logar
This patch adds a simple init.d script (taken from http://wiki.openwrt.org/inbox/strongswan.howto), Signed-off-by: Luka Logar luka.logar at cifra.si --- diff -urN a/feeds/packages/net/strongswan/Makefile b/feeds/packages/net/strongswan/Makefile --- a/feeds/packages/net/strongswan/Makefile

[OpenWrt-Devel] [PATCH 002/002] [packages] strongswan: add eap-radius plugin

2013-03-20 Thread Luka Logar
This patch adds the eap-radius plugin to the list of available plugins. Signed-off-by: Luka Logar luka.logar at cifra.si --- diff -urN a/feeds/packages/net/strongswan/Makefile b/feeds/packages/net/strongswan/Makefile --- a/feeds/packages/net/strongswan/Makefile2013-03-18 11:04:09.0

Re: [OpenWrt-Devel] [PATCH] firewall3: Fix typo in IPv6 ULA site border rule

2013-03-20 Thread Jo-Philipp Wich
NAK. These rules are *not* duplicate, note that one specified src_ip, the other dest_ip. ~ Jow ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH][brcm47xx] broadcom-diag support for the WNDR3700v3

2013-03-20 Thread Owen Kirby
On 13-03-19 11:27 PM, Rafał Miłecki wrote: 2013/3/20 Owen Kirby o...@exegin.com: I recently picked up a WNDR3700 to put OpenWRT on, and only after tearing into the box did I find it was one of the v3 boards, with poor OpenWRT support. This patch should add the board detection and

Re: [OpenWrt-Devel] [PATCH][brcm47xx] broadcom-diag support for the WNDR3700v3

2013-03-20 Thread Owen Kirby
On 13-03-19 11:27 PM, Rafał Miłecki wrote: 2013/3/20 Owen Kirby o...@exegin.com: I recently picked up a WNDR3700 to put OpenWRT on, and only after tearing into the box did I find it was one of the v3 boards, with poor OpenWRT support. This patch should add the board detection and