Re: [OpenWrt-Devel] [backfire] WRT54G flash space problem

2010-04-30 Thread Bastian Bittorf
* Matthias Buecher / Germany [30.04.2010 22:30]: > Can OpenVPN be compiled to a smaller size? nossl/nolzo - phew! bye, Bastian signature.asc Description: Digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.

[OpenWrt-Devel] [backfire] WRT54G flash space problem

2010-04-30 Thread Matthias Buecher / Germany
I wanted to upgrade my mom's WRT54G v2.2 from WR 0.9 to Backfire 10.03. But during installation the flash space got full and OpenVPN couldn't be installed. First I built an image without luci, then all packages fit into the flash mem. But when installing webif I got the same "disk full" error for

Re: [OpenWrt-Devel] MTD rework

2010-04-30 Thread Bernhard Loos
I tried to, but it didn't work out very well in the first version of the patch. It should be easier in the current version, but I kinda forgot about it, sorry. Bernhard 2010/4/30 Felix Fietkau : > On 2010-04-30 6:45 PM, Bernhard Loos wrote: >> Hello >> While trying to add a crc fixup similia

Re: [OpenWrt-Devel] Infineon Danube/TwinPass with open DSL & VoIP drivers (ifxmips)

2010-04-30 Thread Luca Olivetti
Al 30/04/10 10:42, En/na Victor Pablos Ceruelo ha escrit: I've been trying to collect some info on installing openwrt in this unit. https://forum.openwrt.org/viewtopic.php?pid=108245 Hey, this is the same one I have. blogic is looking for one unit to port openwrt to it, he has it already work

Re: [OpenWrt-Devel] MTD rework

2010-04-30 Thread Felix Fietkau
On 2010-04-30 6:45 PM, Bernhard Loos wrote: > Hello > While trying to add a crc fixup similiar to the one for the wrt160nl > to the ar525w, I stumbled over a number of problems in the mtd code. > Primarily, the current system will not work with sysupgrade. Also, > it's pretty hard to add new fixups

[OpenWrt-Devel] MTD rework

2010-04-30 Thread Bernhard Loos
Hello While trying to add a crc fixup similiar to the one for the wrt160nl to the ar525w, I stumbled over a number of problems in the mtd code. Primarily, the current system will not work with sysupgrade. Also, it's pretty hard to add new fixups and there are a number of devices which could use the

Re: [OpenWrt-Devel] [PATCH] Kernel patch in Kamikaze-8.09.2 to support Netgear WNR3500L

2010-04-30 Thread Bruno Wolff III
On Thu, Apr 29, 2010 at 17:41:05 +0530, Tathagata Das wrote: > Hi, > Sorry I do not understand the meaning of "eol". I think you mean to > say no further development is going on with 8.09. That's correct. It stands for End Of Life. ___ openwrt-devel m

[OpenWrt-Devel] Atheros Ath9K / Ralink RT2860 chipsets performance and MIPS usage

2010-04-30 Thread Pradip
Hi All, I am checking on Atheros(Ath5K/Ath9K) or Ralink(RT2860) PCI(33MHz/66MHz) chipsets performance for 802.11(b,g,n). Particularly interested in 802.11n chipsets throughput and drivers MIPS usage for Infineon MIPS processor. Just wondering if anybody tried already on madwifi/ath5k/ath9k or ralin

[OpenWrt-Devel] [RFC] Support for IEEE80211_RADIOTAP_RATE

2010-04-30 Thread Roberto Riggio
This patch was posted by Pavel Roskin on the linuxwireless ML. I've tested it against the latest trunk version of openwrt and it works fine (at least for packet injection). Is it suitable for merging with openwrt? -- --- a/include/net/mac80211.h +++ b/include/net/mac80211.h @@ -277,6 +277,7 @

[OpenWrt-Devel] [PATCH] Refresh 2.6.33 kernel config for brcm63xx

2010-04-30 Thread Guillaume LECERF
Signed-off-by: Guillaume LECERF --- target/linux/brcm63xx/config-2.6.33 | 12 +++- 1 files changed, 3 insertions(+), 9 deletions(-) diff --git a/target/linux/brcm63xx/config-2.6.33 b/target/linux/brcm63xx/config-2.6.33 index c9dd638..958a7d5 100644 --- a/target/linux/brcm63xx/config-2

Re: [OpenWrt-Devel] Infineon Danube/TwinPass with open DSL & VoIP drivers (ifxmips)

2010-04-30 Thread john
Hi Victor, cn you ship those 2 units to me in germny so i cna add support ? JOhn I've 2 units almost identic (the only changes are in firmware version): SMC-7908A-ISP (ya.com router 1 year old) ARV4518PW-A-LF-LT (ya.com router 6 monts old) and they are sending me the third one because two or

Re: [OpenWrt-Devel] Infineon Danube/TwinPass with open DSL & VoIP drivers (ifxmips)

2010-04-30 Thread Ralph.Hempel
Hello Victor, > But in > https://dev.openwrt.org/browser/trunk/target/linux/ifxmips/danube > they say that not yet because linux-atm breaks The atm stuff compiles again. Currently I've to apply the patch below to make the .33 kernel header working. > I can test or I can donate a unit so u can t

[OpenWrt-Devel] Infineon Danube/TwinPass with open DSL & VoIP drivers (ifxmips)

2010-04-30 Thread Victor Pablos Ceruelo
Hi there, i don't know if this is the best way to get in contact with developers of new platform Infineon Danube/TwinPass with open DSL & VoIP drivers (ifxmips) which seems to be included. I've 2 units almost identic (the only changes are in firmware version): SMC-7908A-ISP (ya.com router 1 yea

[OpenWrt-Devel] Infineon Danube/TwinPass with open DSL & VoIP drivers (ifxmips)

2010-04-30 Thread Victor Pablos Ceruelo
Hi there, Hi, I've seen here that it is included in new platforms: Infineon Danube/TwinPass with open DSL & VoIP drivers (ifxmips) But in https://dev.openwrt.org/browser/trunk/target/linux/ifxmips/danube they say that not yet because linux-atm breaks I've 2 units and they are sending me the t

Re: [OpenWrt-Devel] Automating build testing

2010-04-30 Thread Thorsten Fischer
Excerpts from Philip Prindeville's message of Fri Apr 30 02:27:21 +0200 2010: > I'm working on a way to build various images from a single directory, > and do it in an automated way. We do something similar; two different armeb images and a mipsel image for every 'release'. We keep our code in a