[OpenWrt-Devel] [PATCH] multiwan: fix health monitoring

2012-08-16 Thread York Sun
The extra space makes the ${health_monitor%.* } as "parallel.started", so it won't match "parallel". This causes monitor_wan never starts. Signed-off-by: York Sun --- net/multiwan/files/usr/bin/multiwan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/multiwan/files/usr/bi

[OpenWrt-Devel] Resend to mailing list

2012-08-16 Thread York Sun
[PATCH] multiwan: fix health monitoring Sorry for the duplicate. I wasn't in the mailing list when I sent the first time. York ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] WRT54g / b43 / mac802.11 BREAKTHROUGH

2012-08-16 Thread John Morris
On Thu, Aug 16, 2012 at 4:25 PM, Bastian Bittorf wrote: > > am on a WRT54GS. > > > > I tried: > > iw dev wlan0 set bitrates legacy-2.4 6 9 12 18 24 36 48 54 > > are you in adhoc or ap-mode? > I am in ap mode. > > > Should I be making the equivalent "iw set bitrates" on the client > > machine a

Re: [OpenWrt-Devel] WRT54g / b43 / mac802.11 BREAKTHROUGH

2012-08-16 Thread Bastian Bittorf
> am on a WRT54GS. > > I tried: > iw dev wlan0 set bitrates legacy-2.4 6 9 12 18 24 36 48 54 are you in adhoc or ap-mode? > Should I be making the equivalent "iw set bitrates" on the client > machine as well (I have a laptop connected to the router)? yes, ofcourse. otherwise it doesnt make sens

[OpenWrt-Devel] [PATCH] new package libdbi-drivers

2012-08-16 Thread Gerald Matzka
Hello, This patch adds libdbi-drivers support for mysql, postgresql, sqlite and sqlite3 for the libdbi framework. Signed-off-by: Gerald Matzka Index: libdbi-drivers/Makefile === --- libdbi-drivers/Makefile(revision 0) +++ li

[OpenWrt-Devel] [patch] upgrade mosquitto to v1.0.1

2012-08-16 Thread Karl Palsson
Hi, I know that trunk is just about to be released, but I was really hoping to get mosquitto upgraded to the newly released 1.0 if at all possible. The new SSL features are a major improvement, and plenty of bugfixes. I maintain a feed separately at https://github.com/karlp/owrt_pub_feeds so it's

Re: [OpenWrt-Devel] WRT54g / b43 / mac802.11 BREAKTHROUGH

2012-08-16 Thread John Morris
Hi, I was happy to see this post since I've been wanting to move away from tbe brcm-2.4 build for quite some time. Unfortunately I have not been able to fix mine using this method. I am on a WRT54GS. I tried: iw dev wlan0 set bitrates legacy-2.4 6 9 12 18 24 36 48 54 It seems to got a little l

[OpenWrt-Devel] [PATCH] libsdl_mixer: enable music-ogg

2012-08-16 Thread xiangfu
From: Xiangfu --- Hi This confiugure enable libsdl_mixer link to Vorbis libraries libs/libsdl_mixer/Makefile |1 - 1 file changed, 1 deletion(-) diff --git a/libs/libsdl_mixer/Makefile b/libs/libsdl_mixer/Makefile index 232080c..a995fa0 100644 --- a/libs/libsdl_mixer/Makefile +++ b/libs/l

Re: [OpenWrt-Devel] change Kernel-commandline / add panic=10 [SOLVED]

2012-08-16 Thread Bastian Bittorf
> the cmdline is patched inside target/linux/ar71xx/image/Makefile yes, it works! just for the record: i changed 2 lines in the makefile for my special options: user@buildbox:~/openwrt$ grep KERNEL_CMDLINE target/linux/ar71xx/image/Makefile $(LOADER_MAKE) LOADER=loader-$(1).$(2) KERNEL_C

[OpenWrt-Devel] [PATCH] lsm-0.131 update event script

2012-08-16 Thread Edy Corak
This patch updates the lsm event script, shorewall-lite part has been moved to /etc/lsm/script.d/ The shorewall-lite part is included in the shorewall-lite-4.5.6.2 package. Signed-off-by: Edy Corak i...@loenshotel.de Index: files/lsm.conf ==

[OpenWrt-Devel] [PATCH] shorewall-lite: update to 4.5.6.2, update lsm event script

2012-08-16 Thread Edy Corak
This patch updates shorewall-lite to current stable release 4.5.6.2 and updates the lsm event script Please note: The new package shorewall-core 4.5.6.2 is required by this shorewall-lite version and perlbase-digest. Signed-off-by: Edy Corak i...@loenshotel.de Index: files/lsm_script =