[OpenWrt-Devel] [PATCH] Add configuration of igmpproxy through uci

2012-04-02 Thread Viktar Palstsiuk
Signed-off-by: Viktar Palstsiuk viktar.palsts...@promwad.com --- net/igmpproxy/Makefile |8 +++--- net/igmpproxy/files/igmpproxy.conf | 43 -- net/igmpproxy/files/igmpproxy.config | 11 net/igmpproxy/files/igmpproxy.init | 34

[OpenWrt-Devel] [PATCH] Implementing Easybox 802 - ARV752DPW

2012-04-02 Thread Christian Rustmeier
Implements the ARV752DPW architecture in mach-arv.c Signed-off-by: Christian Rustmeier rustme...@gmail.com --- Index: mach-arv.c === --- mach-arv.c  (revision 31158) +++ mach-arv.c  (working copy) @@ -754,3 +754,37 @@              

[OpenWrt-Devel] [PATCH] Updated patch to check multiple instances in subfolders in local repository

2012-04-02 Thread Tathagata Das
Hi, I have modified the patch as John suggested. This patch will only copy a single file from local repository. If more than one instance of the same file exists in the subfolders then it will throw an error. I have used latest trunk (revision 31050) to test this patch. Thanks John for your

Re: [OpenWrt-Devel] [PATCH] Update rrdtool to version 1.4.7

2012-04-02 Thread Florian Fainelli
Hi Roberto, Le 03/21/12 11:59, Roberto Riggio a écrit : This patch update rrdtool to version 1.4.7. Two version of the package are provided: rrdtool, which supports the graph command and links with pango and cairo (from the xorg feed) rrdtool-lite, which does NOT support the graph command and

Re: [OpenWrt-Devel] [PATCH] collectd: upgrade to 4.10.6

2012-04-02 Thread Florian Fainelli
Hi Hannu, Le 02/20/12 17:13, Hannu Nyman a écrit : I sent a last week the patch to upgrade the current collectd 4.10.2 to 4.10.5, but the 4.10.6 has now been released. And it seems to include a patch to prevent collectd from intermittently collecting data after periods of heavy loads. I have

Re: [OpenWrt-Devel] [PATCH] Updated patch to check multiple instances in subfolders in local repository

2012-04-02 Thread Jo-Philipp Wich
While the existing perl code isn't the best either, yours is extremely inefficient, you should rework it using native functions. + system(find $cache -follow -name $filename 2/dev/null 1 temp.dls); perldoc -f open + my $lines = `cat temp.dls | wc -l`; perldoc -f

Re: [OpenWrt-Devel] [PATCH] collectd: upgrade to 4.10.6

2012-04-02 Thread Hannu Nyman
On 2.4.2012 18:21, Florian Fainelli wrote: Hi Hannu, Le 02/20/12 17:13, Hannu Nyman a écrit : I sent a last week the patch to upgrade the current collectd 4.10.2 to 4.10.5, but the 4.10.6 has now been released. And it seems to include a patch to prevent collectd from intermittently collecting

Re: [OpenWrt-Devel] [PATCH] upgrade libffi

2012-04-02 Thread Florian Fainelli
Le 02/19/12 01:32, Luka Perkov a écrit : libffi upgrade to version 3.0.10. Signed-off-by: Luka Perkovopen...@lukaperkov.net Applied in r31159, thanks Luka! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] freeradius2 add sqllog package

2012-04-02 Thread Florian Fainelli
Le 02/29/12 18:16, andreas kraxner a écrit : Hi The package is used for creating sqlstatements to log a defined radius action to a file. can you add the patch to the freeradius2 makefile? the statements can be send later on to a central database by a script. Andreas Kraxner Applied in

Re: [OpenWrt-Devel] [PATCH] Haveged entropy gathering daemon - Package

2012-04-02 Thread Florian Fainelli
Le 02/21/12 21:38, Oliver a écrit : On Sunday 19 Feb 2012 14:04:30 Hannu Nyman wrote: Manually compiling and installing 'librt' enables haveged to start and work. Apparently the haveged package definition is missing a dependency on 'librt'. I've checked the haveged makefile now, it only

Re: [OpenWrt-Devel] [PATCH] new package unixodbc

2012-04-02 Thread Florian Fainelli
Le 02/08/12 11:41, Jiri Slachta a écrit : Signed-off-by: Jiri Slachtaj...@slachta.eu Applied in r31164, thanks! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] Add package for tunslip6 from Contiki 2.5.

2012-04-02 Thread Florian Fainelli
Le 02/13/12 12:43, Markus Becker a écrit : Hello, this adds a package for utility tool called tunslip6 from the Contiki OS for estabilishing a SLIP connection over USB to an attached Contiki device for 6LoWPAN connectivity. Would be nice, if it could be applied upstream. Thanks, Markus

Re: [OpenWrt-Devel] [PATCH] upgrade ccache

2012-04-02 Thread Florian Fainelli
Le 02/19/12 12:03, Luka Perkov a écrit : ccache upgrade to version 3.1.7. Signed-off-by: Luka Perkovopen...@lukaperkov.net Applied in r31166, thanks Luka! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] upgrade bison

2012-04-02 Thread Florian Fainelli
Le 02/19/12 12:07, Luka Perkov a écrit : bison upgrade to version 2.5. Signed-off-by: Luka Perkovopen...@lukaperkov.net Applied in r31167, thanks Luka! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] upgrade cmake

2012-04-02 Thread Florian Fainelli
Le 02/19/12 12:05, Luka Perkov a écrit : cmake upgrade to version 2.8.7. Signed-off-by: Luka Perkovopen...@lukaperkov.net --- Applied in r31168, thanks Luka! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] upgrade automake

2012-04-02 Thread Florian Fainelli
Le 02/19/12 12:16, Luka Perkov a écrit : automake upgrade to version 1.11.3. Signed-off-by: Luka Perkovopen...@lukaperkov.net Applied in r31173, thanks Luka! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] upgrade gmp

2012-04-02 Thread Florian Fainelli
Le 02/19/12 12:09, Luka Perkov a écrit : gmp upgrade to version 5.0.4. Signed-off-by: Luka Perkovopen...@lukaperkov.net Applied in r31169, thanks Luka! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] upgrade mpc

2012-04-02 Thread Florian Fainelli
Le 02/19/12 17:44, Luka Perkov a écrit : mpc upgrade to version 0.9. Signed-off-by: Luka Perkovopen...@lukaperkov.net Applied in r31174, thanks Luka! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] upgrade qemu

2012-04-02 Thread Florian Fainelli
Le 02/19/12 17:55, Luka Perkov a écrit : qemu upgrade to version 0.14.1. This patch has not been tested on freebsd. File block/sheepdog.c has been changed and the patch does no longer apply. Anyone with freebsd who could test this? All my other patches regarding the tools upgrade were tested

Re: [OpenWrt-Devel] [PATCH] upgrade mm-macros

2012-04-02 Thread Florian Fainelli
Le 02/19/12 17:46, Luka Perkov a écrit : mm-macros upgrade to version 0.9.5. Signed-off-by: Luka Perkovopen...@lukaperkov.net Applied in r31176; thanks Luka! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] update crda

2012-04-02 Thread Florian Fainelli
Le 02/11/12 19:58, Luka Perkov a écrit : Update crda to the last upstream version 1.1.2 and refresh patches. Signed-off-by: Luka Perkovopen...@lukaperkov.net Applied in r31177, thanks Luka! -- Florian ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] [PATCH] update and move util-linux(-ng)

2012-04-02 Thread Florian Fainelli
Le 02/09/12 00:12, Luka Perkov a écrit : This patch makes several changes with util-linux-ng package: * moves it to util-linux (upstream name) * bumps it to last stable version 2.20.1 (was 2.13.0.1) * adds new package getopt * sorts packages inside Makefile * removes patch, it has

Re: [OpenWrt-Devel] [PATCH] upgrade cloog

2012-04-02 Thread Florian Fainelli
Le 02/19/12 12:11, Luka Perkov a écrit : cloog upgrade to version 0.15.11. Signed-off-by: Luka Perkovopen...@lukaperkov.net Applied in r31170, thanks Luka! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] upgrade mkimage

2012-04-02 Thread Florian Fainelli
Le 02/19/12 17:42, Luka Perkov a écrit : mkimage upgrade to version 2011.12. Signed-off-by: Luka Perkovopen...@lukaperkov.net Applied in r31171, thanks Luka! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] upgrade xz

2012-04-02 Thread Florian Fainelli
Le 02/19/12 12:14, Luka Perkov a écrit : xz upgrade to version 5.0.3. Signed-off-by: Luka Perkovopen...@lukaperkov.net Applied in r31172, thanks Luka! -- Florian ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] iproute 3.3? (was: iproute2 bump to 3.2.0 and ss now available)

2012-04-02 Thread Dave Taht
iproute-3.3 was released march 19th. I've been using the git version for months now (on 3.2 and 3.3), but I'd done things like rip out esfq (totally obsolete), q_wrr (does it even work?), and was puzzled as to why it fiddled so much with pkt_sched.h... So I'll gladly produce an openwrt patch for

Re: [OpenWrt-Devel] iproute 3.3? (was: iproute2 bump to 3.2.0 and ss now available)

2012-04-02 Thread Dave Taht
On Mon, Apr 2, 2012 at 11:06 AM, Dave Taht dave.t...@gmail.com wrote: iproute-3.3 was released march 19th. I've been using the git version for months now (on 3.2 and 3.3), but I'd done things like rip out esfq (totally obsolete), q_wrr (does it even work?), and was puzzled as to why it fiddled

Re: [OpenWrt-Devel] [PATCH] Initial support for Mikrotik RB751G-2HnD and RB751U-2HnD

2012-04-02 Thread Hanno Schupp
Hi, can we get this applied please, before it goes stale? Thanks On 31 March 2012 23:22, Hanno Schupp hanno.sch...@gmail.com wrote: Great collaboration on these two fantastic routers on the openwrt forum: https://forum.openwrt.org/viewtopic.php?id=32320 Above all kudos to aryufan. Well done