Re: [OpenWrt-Devel] New port

2011-07-21 Thread Alessio Sangalli
ping! :) bye as On 07/20/2011 12:32 PM, Alessio Sangalli wrote: > I see, for some reason there is a patch backported from 2.6.38 > (77f431561ef97dda1d6e9a96da8d342046fbdba0), I am not sure why. I will > see if I can remove as it is cosmetic only, but let me ask: > > as this patch is specific f

Re: [OpenWrt-Devel] [PATCH 1/1] ppp: version bump to 2.4.5

2011-07-21 Thread Philip Prindeville
On 7/6/11 1:41 AM, Philip Prindeville wrote: > Bump to the current version of PPP. > > A few of the patches are either in 2.4.5 or something functionally equivalent > is, so those patches were removed. > > 1 patch was added to accommodate pppol2pv3_addr which is referenced in a > linux kernel h

Re: [OpenWrt-Devel] [PATCH V2] [packages] MC: Prevent from picking up ncursesw

2011-07-21 Thread Luka Perkov
On Thu, Jul 21, 2011 at 10:19:24AM +0200, Jonas Gorski wrote: > MC will link against ncursesw instead of ncurses if it finds it. Make sure > it always links only against ncurses. > > Closes #9225 and #9315. > > Signed-off-by: Jonas Gorski Applied in r27719. Somebody should close the tickets; I

Re: [OpenWrt-Devel] [PATCH][PACKAGE] upgrade siproxd package

2011-07-21 Thread Luka Perkov
On Fri, Jul 22, 2011 at 01:10:37AM +0200, Luka Perkov wrote: > Upgrade siproxd, fix init script, link statically with libosip2 (size) > and add description. Fixed stop_instance and description typo from previous patch. Should be ok now :) Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.n

[OpenWrt-Devel] [PATCH][PACKAGE] upgrade siproxd package

2011-07-21 Thread Luka Perkov
Upgrade siproxd, fix init script, link statically with libosip2 (size) and add description. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > --- Index: net/siproxd/files/siproxd.init === --- net/siproxd/files/siproxd.in

[OpenWrt-Devel] [PATCH] Update Openswan to upstream 2.6.34

2011-07-21 Thread Stephen Oberholtzer
[PATCH] Update Openswan to upstream 2.6.34 OpenWRT's bulid process currently uses Openswan v2.6.33, which does not build against the 2.6.39 kernel. This patch updates the OpenWRT build process to build Openswan v2.6.34, released 2011-06-08. Signed-off-by: Stephen Oberholtzer --- Index: patch

[OpenWrt-Devel] [PATCH][PACKAGE] upgrade libosip2 package

2011-07-21 Thread Luka Perkov
Upgrade to new version and refresh patches. Signed-off-by: Luka Perkov < openwrt ->-to->- lukaperkov.net > --- Index: libs/libosip2/patches/001-automake-compat.patch === --- libs/libosip2/patches/001-automake-compat.patch (revisi

[OpenWrt-Devel] -

2011-07-21 Thread Stephen Oberholtzer
set show set help -- -- Stevie-O Real programmers use COPY CON PROGRAM.EXE ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] autossh: increase reliability of connection behavior

2011-07-21 Thread Paul Geraedts
I'm sorry for the inconvenience. It seems I have to learn Gmail to stop doing that.. I've attached the original file to this mail. Paul Index: packages/net/autossh/files/autossh.init === --- packages/net/autossh/files/autossh.init (r

Re: [OpenWrt-Devel] New package: fwknopd

2011-07-21 Thread Jonathan Bennett
That time was my fault. Should be fixed now. Signed off by Jonathan Bennett Index: net/fwknop/Makefile === --- net/fwknop/Makefile (revision 0) +++ net/fwknop/Makefile (revision 0) @@ -0,0 +1,65 @@ +include $(TOPDIR)/rules.mk + +PKG

Re: [OpenWrt-Devel] New package: fwknopd

2011-07-21 Thread Jonas Gorski
On 21 July 2011 08:26, Jonathan Bennett wrote: > Previous submission mangled a few lines. Fixed (hopefully ) here. Nope, still has spaces instead of tabs e.g. in the install section. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH] autossh: increase reliability of connection behavior

2011-07-21 Thread Jonas Gorski
On 21 July 2011 23:52, Paul Geraedts wrote: > This patch increases the reliability of connection behavior considerably. > It increases the persistence with which autossh tries to reconnect after > an unsuccessful connection attempt. > > Signed-off-by: Paul Geraedts > > --- > > Index: packages/net

[OpenWrt-Devel] [PATCH] fix pkg-config tool

2011-07-21 Thread Luka Perkov
Now: % PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(echo staging_dir/target-*/usr/lib/pkgconfig) ./staging_dir/host/bin/pkg-config --cflags lua -I/test//include After applying the patch: % PATH=./staging_dir/host/bin:$PATH STAGING_PREFIX=/test PKG_CONFIG_PATH=$(ec

[OpenWrt-Devel] [PATCH] autossh: increase reliability of connection behavior

2011-07-21 Thread Paul Geraedts
This patch increases the reliability of connection behavior considerably. It increases the persistence with which autossh tries to reconnect after an unsuccessful connection attempt. Signed-off-by: Paul Geraedts --- Index: packages/net/autossh/files/autossh.init

Re: [OpenWrt-Devel] Patching OpenWRT to use Openswan 2.6.34

2011-07-21 Thread Luka Perkov
On Thu, Jul 21, 2011 at 04:54:13PM -0400, Stephen Oberholtzer wrote: > Ladies, Gentlemen, and sufficiently advanced AI systems, > > OpenWRT is currently configured to use Openswan v2.6.33. Openswan v2.6.33 > uses obsolete spinlock syntax, which does not compile against kernel 2.6.39. > > Openswa

[OpenWrt-Devel] Patching OpenWRT to use Openswan 2.6.34

2011-07-21 Thread Stephen Oberholtzer
Ladies, Gentlemen, and sufficiently advanced AI systems, OpenWRT is currently configured to use Openswan v2.6.33. Openswan v2.6.33 uses obsolete spinlock syntax, which does not compile against kernel 2.6.39. Openswan v2.6.34, released 2011-06-08, corrects this problem. I have made the following

[OpenWrt-Devel] [PATCH] new package: mosquitto MQTT broker and client

2011-07-21 Thread karlp
Add support for the mosquitto MQTT message broker, and client tools and client library. (For developing third party apps running on openwrt that communicate with an MQTT server) This is the current code directly from the mosquitto-packaging repository: https://bitbucket.org/oojah/mosquitto-packag

[OpenWrt-Devel] support for ALL0305 included in 10.03.1 release

2011-07-21 Thread Daniel Golle
Hi! Last year we made an OpenWrt-based firmware for the Allnet ALL0305 dual-radio outdoor access point. During the development process, all patches and additions to OpenWrt were posted on the mailing list and were merged into trunk. Now, as the 10.03.1 release of OpenWrt gets closer, it would

[OpenWrt-Devel] [PATCH] [packages] zile: Explictly disable ncursesw

2011-07-21 Thread Jonas Gorski
Prevents it from linking against it if found. Closes #8125. Signed-off-by: Jonas Gorski --- utils/zile/Makefile |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/utils/zile/Makefile b/utils/zile/Makefile index 6c6c93f..0ac85e3 100644 --- a/utils/zile/Makefile +++ b/ut

[OpenWrt-Devel] [PATCH V2] [packages] MC: Prevent from picking up ncursesw

2011-07-21 Thread Jonas Gorski
MC will link against ncursesw instead of ncurses if it finds it. Make sure it always links only against ncurses. Closes #9225 and #9315. Signed-off-by: Jonas Gorski --- V1 -> V2: * Also increase PKG_RELEASE utils/mc/Makefile |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff

[OpenWrt-Devel] [PATCH V2] [packages] less: Prevent from picking up ncursesw

2011-07-21 Thread Jonas Gorski
Makes sure less links only against ncurses. Closes #8787. Signed-off-by: Jonas Gorski --- V1 -> V2: * Also increase PKG_RELEASE utils/less/Makefile |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/utils/less/Makefile b/utils/less/Makefile index 79abf54..9bcaf5d 1006

[OpenWrt-Devel] [PATCH] [packages] less: Prevent from picking up ncursesw

2011-07-21 Thread Jonas Gorski
Makes sure less links only against ncurses. Closes #8787. Signed-off-by: Jonas Gorski --- utils/less/Makefile |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/utils/less/Makefile b/utils/less/Makefile index 79abf54..900a9ea 100644 --- a/utils/less/Makefile +++ b/utils/l

[OpenWrt-Devel] [PATCH] [packages] MC: Prevent from picking up ncursesw

2011-07-21 Thread Jonas Gorski
MC will link against ncursesw instead of ncurses if it finds it. Make sure it always links only against ncurses. Closes #9225 and #9315. Signed-off-by: Jonas Gorski --- utils/mc/Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/utils/mc/Makefile b/utils/mc/Make