Re: [OpenWrt-Devel] #4522 and mtu_fix - what is the performance cost of mtu_fix?

2009-01-30 Thread Felix Fietkau
Oliver Jowett wrote: > Hi > > In the course of commenting on #4522 I decreased the MTU on my DSL > connection while keeping mtu_fix disabled. Since I have a non-broken ISP > this shouldn't, in theory, be an issue. > > However I now have 6 or so iptables rules applying TCPMSS PMTU clamping > to ra

Re: [OpenWrt-Devel] Resume work on Asus WL500g2 (LP-PHY)

2009-01-30 Thread Robert P. J. Day
On Sat, 31 Jan 2009, Michael Buesch wrote: > On Tuesday 27 January 2009 12:42:20 Robert P. J. Day wrote: > > On Mon, 26 Jan 2009, Michael Buesch wrote: > > > > > I just want to note that I resumed work on the WL500gV2, which > > > has a b43 based LP-PHY wireless device. > > > I cannot make any gua

Re: [OpenWrt-Devel] Resume work on Asus WL500g2 (LP-PHY)

2009-01-30 Thread Michael Buesch
On Tuesday 27 January 2009 12:42:20 Robert P. J. Day wrote: > On Mon, 26 Jan 2009, Michael Buesch wrote: > > > I just want to note that I resumed work on the WL500gV2, which > > has a b43 based LP-PHY wireless device. > > I cannot make any guarantees or timelines, just that it's done when it's >

[OpenWrt-Devel] #4522 and mtu_fix - what is the performance cost of mtu_fix?

2009-01-30 Thread Oliver Jowett
Hi In the course of commenting on #4522 I decreased the MTU on my DSL connection while keeping mtu_fix disabled. Since I have a non-broken ISP this shouldn't, in theory, be an issue. However I now have 6 or so iptables rules applying TCPMSS PMTU clamping to random broken netblocks - including, no

Re: [OpenWrt-Devel] [PATCH] Add documentation for passphrase option.

2009-01-30 Thread Andy Boyett
Warren Turkal wrote: > The wifi-iface actually supports an undocumented option to choose > whether to treat a passphrase as a text passphrase or an encoded > passphrase (like encoded by the wpa_passphrase utility). This patch > documents that functionality. > > Signed-off-by: Warren Turkal > ---

Re: [OpenWrt-Devel] tar -xjvf kamikaze_8.09_rc2_source.tar.bz2 failed

2009-01-30 Thread Amin Abdul
Thank you Florian and Bastian. It was due to the file corruption during download. Regards, Amin> From: flor...@openwrt.org> To: openwrt-devel@lists.openwrt.org> Subject: Re: [OpenWrt-Devel] tar -xjvf kamikaze_8.09_rc2_source.tar.bz2 failed> Date: Fri, 30 Jan 2009 16:42:05 +0100> CC: amin_ab..

Re: [OpenWrt-Devel] Overhaul of external storage handling

2009-01-30 Thread Brian J. Murrell
On Fri, 2009-01-30 at 16:11 -0500, Jose Vasconcellos wrote: > As discussed in an earlier thread: > http://lists.openwrt.org/pipermail/openwrt-devel/2009-January/003558.html > the handling of external storage devices has changed in the trunk > (svn r14829). The result of this change is that files ar

[OpenWrt-Devel] Overhaul of external storage handling

2009-01-30 Thread Jose Vasconcellos
As discussed in an earlier thread: http://lists.openwrt.org/pipermail/openwrt-devel/2009-January/003558.html the handling of external storage devices has changed in the trunk (svn r14829). The result of this change is that files are now found in a subdirectory of /mnt. This may require some changes

Re: [OpenWrt-Devel] tar -xjvf kamikaze_8.09_rc2_source.tar.bz2 failed

2009-01-30 Thread Bastian Bittorf
* Amin Abdul [30.01.2009 16:45]: > > It seems that "tar -xjvf kamikaze_8.09_rc2_source.tar.bz2" command is failing > with the following error message: > > bzip2: (stdin) is not a bzip2 file. maybe its just an gzipped tar, try: tar -xvzf kamikaze_8.09_rc2_source.tar.bz2 bye, Bastian Bittorf

Re: [OpenWrt-Devel] tar -xjvf kamikaze_8.09_rc2_source.tar.bz2 failed

2009-01-30 Thread Florian Fainelli
Hi, Le Friday 30 January 2009 16:33:45 Amin Abdul, vous avez écrit : > Hi, > > It seems that "tar -xjvf kamikaze_8.09_rc2_source.tar.bz2" command is > failing with the following error message: > > bzip2: (stdin) is not a bzip2 file. > tar: Child return status 2 > > But if I try "tar -xjvf firefox-

[OpenWrt-Devel] tar -xjvf kamikaze_8.09_rc2_source.tar.bz2 failed

2009-01-30 Thread Amin Abdul
Hi, It seems that "tar -xjvf kamikaze_8.09_rc2_source.tar.bz2" command is failing with the following error message: bzip2: (stdin) is not a bzip2 file. tar: Child return status 2 But if I try "tar -xjvf firefox-3.0.5.tar.bz2" it works fine. I am running VMWARE under Window XP. Would you

[OpenWrt-Devel] Always rebuild package

2009-01-30 Thread Roberto Riggio
Hi, I'm building a package for kamikaze by pulling a daily snapshot of a package (the mgen traffic generator) for their servers. The zip is called mgen-nightly.tar.gz. I would like this package to be always downloaded by kamikaze. Is there a way to achieve this? Some other package I can look at

Re: [OpenWrt-Devel] External cross toolchain

2009-01-30 Thread Luigi 'Comio' Mantellini
Hi Nico, thanks again for your patch. On my system works fine. best regards, luigi On Friday 30 January 2009 00:33:49 Nico wrote: > Any objections committing the patch to trunk ? > > -- > Nico > > Nico wrote: > > Luigi 'Comio' Mantellini wrote: > >> Thanks Nico, > >> > >> I will integrate asap