Re: [OpenWrt-Devel] please reopen ticket 3152

2009-02-03 Thread Brian J. Murrell
On Tue, 2009-02-03 at 22:01 -0500, Stefan Monnier wrote: > > Then I don't know what's going on. Indeed, it is of question isn't it? > Only one of them is active at any particular time: the first gets killed > before the seconed is started. But where, and why is this not happening with a usb-roo

Re: [OpenWrt-Devel] please reopen ticket 3152

2009-02-03 Thread Stefan Monnier
>> ln -sf /rom/etc/init./boot /etc/init.d/boot > Hrm. But in my case, those files are effectively the same (where > hotplug counts). See: > # diff -u /rom/etc/init.d/boot /etc/init.d/boot > --- /rom/etc/init.d/boot Mon Jun 16 23:08:04 2008 > +++ /etc/init.d/boot Fri Jul 11 00:16:00 2008 >

Re: [OpenWrt-Devel] [PATCH] Add missing kernel config symbol when selecting sky2 module

2009-02-03 Thread Vasilis Tsiligiannis
Στις Wednesday 04 February 2009 00:29:10 ο/η Vasilis Tsiligiannis έγραψε: > Signed-off-by: Vasilis Tsiligiannis > --- > trunk/target/linux/generic-2.6/config-2.6.28 |1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/trunk/target/linux/generic-2.6/config-2.6.28 > b/trunk

[OpenWrt-Devel] [PATCH] Add missing kernel config symbol when selecting sky2 module

2009-02-03 Thread Vasilis Tsiligiannis
Signed-off-by: Vasilis Tsiligiannis --- trunk/target/linux/generic-2.6/config-2.6.28 |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/trunk/target/linux/generic-2.6/config-2.6.28 b/trunk/target/linux/generic-2.6/config-2.6.28 index a22eab4..779a51b 100644 --- a/trunk/tar

[OpenWrt-Devel] yaffs 2.6.29 patches

2009-02-03 Thread Alexandros C. Couloumbis
Signed-off-by: Alexandros C. Couloumbis --- linux-2.6.29-rc3/fs/yaffs2/yaffs_fs.c.orig 2009-02-03 20:10:33.0 +0200 +++ linux-2.6.29-rc3/fs/yaffs2/yaffs_fs.c 2009-02-03 19:36:18.0 +0200 @@ -1234,8 +1234,14 @@ yaffs_Object *parent = yaffs_InodeToObject(dir);

Re: [OpenWrt-Devel] b43 good news and bad news

2009-02-03 Thread Brian J. Murrell
On Tue, 2009-02-03 at 20:53 +0100, Michael Buesch wrote: > > So well. > b43 in AP mode does actually work properly. Indeed, I found it functional, even with WPA2. Just not performing well on throughput. > Atheros is the best bet, I'd say. But _first_ check to buy a supported card. Indeed. On

Re: [OpenWrt-Devel] b43 good news and bad news

2009-02-03 Thread Michael Buesch
On Tuesday 03 February 2009 20:41:06 Brian J. Murrell wrote: > On Tue, 2009-02-03 at 20:16 +0100, Michael Buesch wrote: > > On Tuesday 03 February 2009 05:44:42 Brian J. Murrell wrote: > > > The bad news is that throughput still sucks rocks. > > Sorry if that sounded harsh. It didn't seem as hars

Re: [OpenWrt-Devel] b43 good news and bad news

2009-02-03 Thread Brian J. Murrell
On Tue, 2009-02-03 at 20:16 +0100, Michael Buesch wrote: > On Tuesday 03 February 2009 05:44:42 Brian J. Murrell wrote: > > The bad news is that throughput still sucks rocks. Sorry if that sounded harsh. It didn't seem as harsh when I was writing it as it did just now reading it. I meant no ill-

Re: [OpenWrt-Devel] b43 good news and bad news

2009-02-03 Thread Michael Buesch
On Tuesday 03 February 2009 05:44:42 Brian J. Murrell wrote: > The bad news is that throughput still sucks rocks. This is unlikely to change ever, except if broadcom releases the sources. Go and buy a device that's actually vendor supported, if you want full throughput. -- Greetings, Michael. _

Re: [OpenWrt-Devel] preliminary 2.6.29 patches

2009-02-03 Thread Alexandros C. Couloumbis
Alexandros C. Couloumbis wrote: > I have converted some 2.6.28 patches to apply against a linux-2.6.29-rc2 > kernel. this is not a complete work as a few things still do not work > but it does produce a bootable openwrt 2.6.29-rc2 system on an rb532 > device. you can find these patches here: > http

Re: [OpenWrt-Devel] please reopen ticket 3152

2009-02-03 Thread Brian J. Murrell
On Tue, 2009-02-03 at 09:39 -0500, Stefan Monnier wrote: > > ln -sf /rom/etc/init./boot /etc/init.d/boot Hrm. But in my case, those files are effectively the same (where hotplug counts). See: # diff -u /rom/etc/init.d/boot /etc/init.d/boot --- /rom/etc/init.d/bootMon Jun 16 23:08:04

Re: [OpenWrt-Devel] please reopen ticket 3152

2009-02-03 Thread Stefan Monnier
>> I updated my USB (really IDE in my case) rootfs. > Ahhh. Care to post the patch? As I said, the "patch" was ln -sf /rom/etc/init./boot /etc/init.d/boot >> More specifically, the >> /etc/init.d/boot script > The one on the flash, that calls /sbin/mount_root? The flash is uptodate, the USB

Re: [OpenWrt-Devel] [PATCH] Fix conditional dependencies for libphy on tg3 module

2009-02-03 Thread Florian Fainelli
Le Tuesday 03 February 2009 15:22:08 Vasilis Tsiligiannis, vous avez écrit : > Signed-off-by: Vasilis Tsiligiannis Applied in changeset 14390 thanks ! -- Best regards, Florian Fainelli Email : flor...@openwrt.org http://openwrt.org --- signature.asc Description: Thi

[OpenWrt-Devel] [PATCH] Fix conditional dependencies for libphy on tg3 module

2009-02-03 Thread Vasilis Tsiligiannis
Signed-off-by: Vasilis Tsiligiannis --- trunk/package/kernel/modules/netdevices.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/trunk/package/kernel/modules/netdevices.mk b/trunk/package/kernel/modules/netdevices.mk index 454a9f2..1a819ec 100644 --- a/trunk/package/

[OpenWrt-Devel] (trunk) wl-500gd tester needed

2009-02-03 Thread Jouke Witteveen
Hello, In writing a more powerful wired wpa_supplicant driver for the RoboSwitch I need to test something on a device with a BCM5365 processor, for example an Asus WL-500G Deluxe. A trunk package for wpa_supplicant needs to be built with the following patch (the patch can be saved to packages/wpa_

Re: [OpenWrt-Devel] [PATCH] New Package -- msmtp

2009-02-03 Thread Andy Boyett
Committed in r14380 ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] External cross toolchain

2009-02-03 Thread Luigi 'Comio' Mantellini
Hi Nico (Again! :D) following the previous mail I think that also TOOLCHAIN_DIR directroy should be fixed to TOOLCHAIN_ROOT value. ciao luigi Il lunedì 02 febbraio 2009 18:18:15 Luigi 'Comio' Mantellini ha scritto: > Hi Nico, > > I'm using your patch. I think that the user should give the foll

Re: [OpenWrt-Devel] preliminary 2.6.29 patches

2009-02-03 Thread Alexandros C. Couloumbis
Alexandros C. Couloumbis wrote: >> Would you mind documenting the process you used to get the build >> system to use a not stable kernel? >> >> Because it is an RC release, was it enough to just change the >> LINUX_VERSION in the appropriate makefile? >> > > LINUX_VERSION is what needs to be u