Re: [OpenWrt-Devel] Wifi to 802.15.4 router project

2012-01-14 Thread jonsm...@gmail.com
I've convinced myself that this memory corruption bug was introduce in Cairo 10.x and later, not the lua wrapper. This C program hits it too. #include #include #include #include #include #include #include typedef struct _cairo_linuxfb_device { int fb_fd; char *fb_data;

Re: [OpenWrt-Devel] rt2880 AP performance

2012-01-14 Thread Roman Yeryomin
On 12 January 2012 11:31, Helmut Schaa wrote: > On Wed, Jan 11, 2012 at 11:45 PM, Roman Yeryomin > wrote: So is it an opensource driver issue with HT modes or inability to set 802.11n only mode? >>> >>> Not sure how much difference 11n-only would make but rt2x00 might >>> not yet be as

[OpenWrt-Devel] [PATCH] packages: new package libsml

2012-01-14 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- libs/libsml/Makefile| 51 +++ libs/libsml/patches/010-no-examples-tests.patch | 13 ++ libs/libsml/patches/020-ldflags.patch | 11 + libs/libsml/patches/030-cross-compile.patch |8 +

[OpenWrt-Devel] [PATCH] New package mbus

2012-01-14 Thread Michael Heimpold
Signed-off-by: Michael Heimpold --- libs/libmbus/Makefile | 105 + 1 files changed, 105 insertions(+), 0 deletions(-) create mode 100644 libs/libmbus/Makefile diff --git a/libs/libmbus/Makefile b/libs/libmbus/Makefile new file mode 100644 index 0

[OpenWrt-Devel] [PATCH v2] [packages] curl: upgrade to 7.23.1

2012-01-14 Thread Michael Heimpold
First patch version doesn't apply to current trunk, so please try this one. Signed-off-by: Michael Heimpold --- libs/curl/Makefile|4 +- libs/curl/patches/100-cross-compile.patch | 119 - libs/curl/patches/510-no_sslv2.patch | 25 --

Re: [OpenWrt-Devel] [PATCH] enable ntpd server for busybox

2012-01-14 Thread Olipro
On Saturday 14 Jan 2012 02:45:59 Philip Prindeville wrote: > Don't we already have a 'disabled' option? Now we're adding an > 'enable_server' option? > > That seems confusing for no useful reason. > have you bothered to read what I originally wrote? your response would make me inclined to beli

[OpenWrt-Devel] [PATCH] upgrade baresip, restund, libre, librem to version 0.4.0

2012-01-14 Thread Alfred E. Heggestad
Hi, this patch upgrades the following packages to v0.4.0: baresip v0.4.0 (Portable and modular SIP User-Agent with audio and video support) restund v0.4.0 (Modular STUN/TURN server) libre v0.4.0 (Generic library for real-time communications with async IO support) librem v0.4.0

Re: [OpenWrt-Devel] [PATCH] enable ntpd server for busybox

2012-01-14 Thread Philip Prindeville
Don't we already have a 'disabled' option? Now we're adding an 'enable_server' option? That seems confusing for no useful reason. On 1/10/12 9:12 AM, Olipro wrote: > Busybox currently has an ntpd, but the initscript currently only starts up > a client version; a small modification is needed t