Re: [OpenWrt-Devel] [PATCH] transmission init.d script to set ulimit for open files based on open_file_limit configuration parameter

2011-03-09 Thread Cezary Jackiewicz
Committed in r25991, thanks. -- obsy ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] Error on Atheros PB92 board: "Kernel panic - not syncing: No init found."

2011-03-09 Thread Rafiq Shaikh
Hi, The kernel panic is gone now. After I changed the cp.b command to "cp.b $fileaddr 0x9f05 $filesize" the kernel panic is gone. The openwrt kernel expects the rootfs to be at offset 0x5. Regards, -Rafiq. --- On Thu, 2/24/11, Rafiq Shaikh wrote: From: Rafiq Shaikh Subject: [OpenWr

[OpenWrt-Devel] uci patch for creating new sections to config files

2011-03-09 Thread Mika Laitio
Hi Hopefully this is a correct place also for sending patches to uci git in hope they will be merged to there. (http://www.nbd.name/gitweb.cgi?p=uci.git;a=summary) I wanted to create new uci config files dynamically and then create there new config sections and then new options under this new

[OpenWrt-Devel] [PATCH] [resend] packages/lang/php5: Fix build when simplexml is selected

2011-03-09 Thread Michael Heimpold
The build fails since the php module is statically disabled. This patch adds the required magic. This should also finally close #7758. Signed-off-by: Michael Heimpold --- diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 8022f63..d568901 100644 --- a/lang/php5/Makefile +++ b/lang/php5