[OpenWrt-Devel] No gdb found! Make sure that CONFIG_GDB is set!

2012-05-14 Thread 马进
Hi all, I am trying to debug openwrt. I followed the instruction from http://wiki.openwrt.org/doc/devel/gdb Everything works well but when scorpio@scorpio-desktop:~/mjproject/openwrt/buffalo/backfire$ ./scripts/remote-gdb 192.168.1.1:9000./staging_dir/target-mips_r2_uClibc-0.9.30.1/root-ar71xx/b

Re: [OpenWrt-Devel] Information required on AR7240 ethernet switch

2012-05-14 Thread Parul Aggarwal
Hello Everyone, Is there any information on queries on AR7240 ethernet switch available? Kindly respond if anyone has any information. Thanks, On Fri, May 11, 2012 at 11:03 AM, Parul Aggarwal < parul.aggar...@sibridgetech.com> wrote: > Hello Everyone, > > Can anyone provide information on quer

[OpenWrt-Devel] [PATCH] Update monit to 5.4 and bugfixes

2012-05-14 Thread Etienne Champetier
Hi this patch update monit from 5.2.5 to 5.4, this add cool feature like "check program", to execute a script and send email/do action depending on the return code, and many bugfixes (http://mmonit.com/monit/dist/CHANGES.txt) I've modified the init script because "-d 60" overide the conf file and

Re: [OpenWrt-Devel] lantiq + ath9k: what to expect?

2012-05-14 Thread Luca Olivetti
Al 14/05/12 21:53, En/na Pieter Voorthuijsen ha escrit: > Hello, > > I would like to know what kind of transfers speeds I can expect with > the recent ath9k driver. > > On my xway chip in the dgn3500 I can create a 150Mbps connection. When > starting transfers, it peaks to 3,5Mib and after that d

Re: [OpenWrt-Devel] Old retired versions of 2.6.x soon to include x86?

2012-05-14 Thread Michael Markstaller
> Well, start by editing target/linux/x86/alix2/target.mk ... Ok, I'll try this week and would be happy to do regular tests on Alix1D (and maybe 2D13, I have also some lying around..) Or to be more correct, a 2d13 is my homeoffice VDSL50-Router currently under Debian which is - well - not so per

[OpenWrt-Devel] lantiq + ath9k: what to expect?

2012-05-14 Thread Pieter Voorthuijsen
Hello, I would like to know what kind of transfers speeds I can expect with the recent ath9k driver. On my xway chip in the dgn3500 I can create a 150Mbps connection. When starting transfers, it peaks to 3,5Mib and after that drops to ~2. Is this normal? With the original firmware transfer speeds

Re: [OpenWrt-Devel] ethernet carrier, udhcpc, hotplug

2012-05-14 Thread Conor O'Gorman
On Mon, 2012-05-14 at 18:56 +0200, Jo-Philipp Wich wrote: > > Am I missing something? I would think this useful, as it may have > > been plugged into a different network. > > Yes. This might work for units that have their wan at a dedicated > interface, but it will fail through bridges or switches

Re: [OpenWrt-Devel] ethernet carrier, udhcpc, hotplug

2012-05-14 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Am I missing something? I would think this useful, as it may have > been plugged into a different network. Yes. This might work for units that have their wan at a dedicated interface, but it will fail through bridges or switches which are "always up

[OpenWrt-Devel] ethernet carrier, udhcpc, hotplug

2012-05-14 Thread Conor O'Gorman
I don't seem to get udhcpc renewing a lease after plugging out/in the ethernet cable. I've checked that the carrier state is being signaled correctly via 'ip link'. I imagined that either udhcpc directly, or hotplug indirectly, would make the magic happen, ie. an attempted renewal. Am I missing

[OpenWrt-Devel] [PATCH] Add support for php5 calendar module

2012-05-14 Thread Matzka Gerald
Hi, this patch adds calendar module support to php5 Signed-off-by: Gerald Matzka Index: feeds/packages/lang/php5/Makefile === --- feeds/packages/lang/php5/Makefile    (revision 31709) +++ feeds/packages/lang/php5/Makefile    (worki