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. In

[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

[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

[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