[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

[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

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)

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

2012-08-16 Thread xiangfu
From: Xiangfu xian...@openmobilefree.net --- 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 ---

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

[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

[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 Matzkamgeral...@yahoo.de Index: libdbi-drivers/Makefile === --- libdbi-drivers/Makefile

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 bitt...@bluebottle.comwrote: 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

[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 york@me.com --- net/multiwan/files/usr/bin/multiwan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git