[OpenWrt-Devel] [PATCH] ipv6calc: Update to version 0.92.0

2012-01-10 Thread Alexandre Beloin
This patch update the ipv6calc package to version 0.92.0. Enhancement: -Calculate the 6rd prefix from given IPv6 prefix & relay prefix and IPv4 Tested on ar71xx with openwrt rev 29697 Signed-off by: Alexandre Beloin Index: ipv6/ipv6calc/Makefile

Re: [OpenWrt-Devel] Backfire (toolchain) debug advice needed: firmware built with Ubuntu 11.10 crashes, but works if built with 11.04

2012-01-10 Thread Roman Yeryomin
On 29 December 2011 10:32, crow wrote: > I am also facing these image compile error on Archlinux [1]. Also > there is on Archlinux topic discussion [2]  about same issue. Can > someone help us. > I've heard from archlinux users with gcc 4.6.2 that they have problems but don't know if they resolve

Re: [OpenWrt-Devel] rt2880 AP performance

2012-01-10 Thread Roman Yeryomin
On 22 December 2011 15:35, Daniel Golle wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi! > I'm trying to run an HT40-enabled AP using the rt2880 mac80211 driver on > OpenWrt > running on an Rt3050 SoC. > Somehow, the performance doesn't differ no matter if HT40 is enabled or not.

[OpenWrt-Devel] new packages stund and libev

2012-01-10 Thread Thomas Heil
Hi, I have to new packages stud: The Scalable TLS Unwrapping Daemon and libev which is needed by stud. So with stud there is no need for using stunnel any longer. It supports the new proxy protocol and plays nicely with certificate chains. please have a look at the atached patch. regard, Thomas

[OpenWrt-Devel] Handling pMTUd with jumbo frames on RT8366S

2012-01-10 Thread Olipro
The aforementioned switch has the ability to switch jumbo frames, which is a useful feature, but a problem if you're (more than likely) using a router with a CPU that can't handle more than 1500 bytes. Thus, I'd like to enquire from someone familiar with the driver if it would be possible to re

[OpenWrt-Devel] [PATCH] enable ntpd server for busybox

2012-01-10 Thread Olipro
Busybox currently has an ntpd, but the initscript currently only starts up a client version; a small modification is needed to start up an additional daemon that can operate as a server. Signed-off-by: Oliver Smith Index: package/base-files/files/etc/init.d/sysntpd =

Re: [OpenWrt-Devel] kexec failure on G300NH

2012-01-10 Thread Peter Naulls
On 01/07/2012 03:25 AM, Florian Fainelli wrote: Le samedi 07 janvier 2012 00:32:31, Peter Naulls a écrit : On 01/06/2012 08:10 AM, Peter Naulls wrote: As an alternative, I'm looking at first jumping to an ar71xx version of u-boot (as per OpenWrt build), all I should need to add to that is flash

Re: [OpenWrt-Devel] SSB-HCD driver

2012-01-10 Thread Steve Brown
On Tue, 2012-01-10 at 00:30 +0100, Hauke Mehrtens wrote: > Hi George, > > Also, for bcma-based EHCI to work correctly it requires OHCI to be driven > > as well > > or USB1.1 devices won't work (researched and reported by Joel Crisp > > ) so it seems reasonable to have > > +kmod-usb-ohci in package

Re: [OpenWrt-Devel] openwrt forum

2012-01-10 Thread Florian Fainelli
Hello, On 01/10/12 14:53, foxsam wrote: This is not an openwrt devel question, but is the forum down? For a while I have been having trouble reaching the site from different computers in different locations. I am getting 504 Gateway Time-out errors most of the time. Yes the forum is down for m

[OpenWrt-Devel] openwrt forum

2012-01-10 Thread foxsam
This is not an openwrt devel question, but is the forum down? For a while I have been having trouble reaching the site from different computers in different locations. I am getting 504 Gateway Time-out errors most of the time. --thanks. ___ openwrt-d

Re: [OpenWrt-Devel] r29702 - in packages/net/haproxy: . files patches

2012-01-10 Thread Thomas Heil
Hi, You're right with the comments. I'll correct them. The patch is using a while loop because the 1.5 dev branch uses the same code. regards, Thomas On 10.01.2012 04:35, Philip Prindeville wrote: > Inline... > > On 1/9/12 3:00 PM, openwrt-comm...@openwrt.org wrote: >> Author: heil >> Date: 2012

Re: [OpenWrt-Devel] SSB-HCD driver

2012-01-10 Thread Hauke Mehrtens
Hi George, On 01/10/2012 01:14 AM, George Kashperko wrote: > Hi, Hauke. > >> On 01/09/2012 08:14 PM, George Kashperko wrote: >>> Hello, Hauke! >>> >>> Spotted a typo in drivers/ust/host/ssb-hcd.c >>> #define SSB_OHCI_CORECTL_HOSTMODE (1 << 13) >>> >>> It should be 1 << 29 for SSB as SiliconBack