Re: [OpenWrt-Devel] [PATCH] [packages] libupnp: Fix samples install and simplify Makefile

2011-11-21 Thread John Lee
Hi Nico, Thanks for point out. Let me try this again.. - John On Tue, Nov 22, 2011 at 6:22 AM, Nico wrote: > Hi John, > > On Mon, Nov 21, 2011 at 11:12 AM, John Lee wrote: >> The original Makefile installed libtool wrapper scripts instead of the >> real binaries. Increase PKG_RELEASE to trigge

[OpenWrt-Devel] [PATCH v2] [packages] libupnp: Fix samples install and simplify Makefile

2011-11-21 Thread John Lee
The original Makefile installed libtool wrapper scripts instead of the real binaries. Increase PKG_RELEASE to trigger rebuild. Signed-off-by: John Lee diff --git a/libs/libupnp/Makefile b/libs/libupnp/Makefile index 83bdb5e..5b1bb62 100644 --- a/libs/libupnp/Makefile +++ b/libs/libupnp/Makefile

Re: [OpenWrt-Devel] [PATCH] Proper Ubiquiti AirRouter Hardware, Support

2011-11-21 Thread Bill Moffitt
Confirming that the patch seems to work - ports correct, all lights work correctly. -- Bill Moffitt Ayrstone Productivity http://www.ayrstone.com ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo

Re: [OpenWrt-Devel] [PATCH] [packages] libupnp: Fix samples install and simplify Makefile

2011-11-21 Thread Nico
Hi John, On Mon, Nov 21, 2011 at 11:12 AM, John Lee wrote: > The original Makefile installed libtool wrapper scripts instead of the > real binaries. Increase PKG_RELEASE to trigger rebuild. > > Signed-off-by: John Lee > --- >  libs/libupnp/Makefile |   34 +++--- >  1

[OpenWrt-Devel] Nanostation external antenna on ath5k

2011-11-21 Thread Hanno Schupp
Hi, Can anyone advise how to switch to the external antenna on a Nanostation 2 when using the ath5k selected as standard wireless driver in trunk? The old option antenna external in the wireless config file which was available in Madwifi is no longer supported in ath5k. The sysctl and gpios to com

[OpenWrt-Devel] [PATCH] [packages] autossh: Support dropbear client specific flags

2011-11-21 Thread John Lee
Signed-off-by: John Lee --- net/autossh/patches/001-dropbear-support.patch | 13 + 1 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 net/autossh/patches/001-dropbear-support.patch diff --git a/net/autossh/patches/001-dropbear-support.patch b/net/autossh/patche

[OpenWrt-Devel] [PATCH] Fix avahi build problems

2011-11-21 Thread Mike Brady
This patch updates the avahi Makefile to correct a number of errors. In particular it handles the choice of D-BUS- or non-D-BUS-enabled packages more consistently. Packages that don't require D-BUS support are compiled with D-BUS support disabled by default, keeping the build as small as possi

[OpenWrt-Devel] [PATCH] Proper Ubiquiti AirRouter Hardware Support

2011-11-21 Thread Barta Gergely
Sorry for the HTML mail, trying to send as plain text Added Proper Hardware Support for Ubiquity AirRouter. No more MAC address duplication. Fixed issues from: http://patchwork.midlink.org/patch/1284/ -WAN and LAN Port inverted *fixed* -LEDs not correct *fixed, 1 user LED 'globe' working, no more

[OpenWrt-Devel] [PATCH] Proper Ubiquiti AirRouter Hardware Support

2011-11-21 Thread Barta Gergely
Added Proper Hardware Support for Ubiquity AirRouter. No more MAC address duplication. Fixed issues from: http://patchwork.midlink.org/patch/1284/ -WAN and LAN Port inverted *fixed* -LEDs not correct *fixed, 1 user LED 'globe' working, no more inverted operation* Signed-off-by: Gergely Bart

[OpenWrt-Devel] [PATCH] [packages] libupnp: Fix samples install and simplify Makefile

2011-11-21 Thread John Lee
The original Makefile installed libtool wrapper scripts instead of the real binaries. Increase PKG_RELEASE to trigger rebuild. Signed-off-by: John Lee --- libs/libupnp/Makefile | 34 +++--- 1 files changed, 3 insertions(+), 31 deletions(-) diff --git a/libs/libupnp

[OpenWrt-Devel] [PATCH] yaddns: update to 1.1

2011-11-21 Thread Anthony Viallard
Hi, The patch attached to the mail updates yaddns to 1.1 stable version. Changes compared to 1.0 are: * autotools refactoring * fix blocked state in request if connect() or recv() failed. Add timeout feature which abort pending request (connect(), send(), recv())