[OpenWrt-Devel] [PATCH] mysql-server package

2010-08-10 Thread Kyle Anderson
This is a patch to build the mysql server. So far I only have the kirkwood target to test on, but it works great on that. There seems to be some contention on whether Openwrt should have a mysql-server package, but I don't see why it shouldn't at least have the option. A full LAMP stack is now a r

Re: [OpenWrt-Devel] wl520gu won't boot after 22423

2010-08-10 Thread Chris Martin
I too have run into this issue See the ticket: https://dev.openwrt.org/ticket/7693 A patch was added in 22424 that looks like it is the cause of the problem. If you manually remove the patch (delete the file) it works OK Cheers -

Re: [OpenWrt-Devel] BCM Roboswitch

2010-08-10 Thread Ithamar R. Adema
Hi Florian, On Tue, 2010-08-10 at 23:46 +0200, Florian Fainelli wrote: > If you have anything to make us test, I would be glad giving it a shot > on brcm63xx which has almost always Robo switches. The one on the board I have to test is a BCM53118, and I'll even have access to the data sheet in c

[OpenWrt-Devel] Backfire 10.03.1-rc1

2010-08-10 Thread Andy Boyett
The OpenWrt Release Team would like to announce a release candidate for Backfire Interim Release 1 (10.03.1). Testing of this release candidate will allow further refinement of 10.03.1 Binaries can be downloaded at http://downloads.openwrt.org/backfire/10.03.1-rc1/ Highlights: * IPv6 su

Re: [OpenWrt-Devel] BCM Roboswitch

2010-08-10 Thread Marc Abrams
Florian: hehehe How are you doing on your Free project? marc - Marc Abrams 408-550-6272 On Tue, Aug 10, 2010 at 2:46 PM, Florian Fainelli wrote: > Hi Ithamar, > > Le Tuesday 10 August 2010 23:21:48, Ithamar R. Adema a écri

Re: [OpenWrt-Devel] BCM Roboswitch

2010-08-10 Thread Florian Fainelli
Hi Ithamar, Le Tuesday 10 August 2010 23:21:48, Ithamar R. Adema a écrit : > Hi Felix, > > On Tue, 2010-08-10 at 22:58 +0200, Felix Fietkau wrote: > > As far as I know, nobody's working on it at the moment, but it would > > be nice if somebody would convert the old stuff from package/switch/ > >

Re: [OpenWrt-Devel] BCM Roboswitch

2010-08-10 Thread Ithamar R. Adema
Hi Felix, On Tue, 2010-08-10 at 22:58 +0200, Felix Fietkau wrote: > As far as I know, nobody's working on it at the moment, but it would > be nice if somebody would convert the old stuff from package/switch/ > into a proper PHY driver with swconfig support. I'm not making any promises here (yet),

Re: [OpenWrt-Devel] BCM Roboswitch

2010-08-10 Thread Felix Fietkau
On 2010-08-10 10:22 PM, Ithamar R. Adema wrote: > Hello, > > I have a board (ifxmips based) that uses a BCM Roboswitch, or at least > something compatible. Looking at support for this switch in OpenWRT, I > could find 2 packages: robocfg, a commandline tool, and switch, a kernel > driver for sever

[OpenWrt-Devel] BCM Roboswitch

2010-08-10 Thread Ithamar R. Adema
Hello, I have a board (ifxmips based) that uses a BCM Roboswitch, or at least something compatible. Looking at support for this switch in OpenWRT, I could find 2 packages: robocfg, a commandline tool, and switch, a kernel driver for several switch types. I was wondering if anyone was using VLANs

[OpenWrt-Devel] wl520gu won't boot after 22423

2010-08-10 Thread Steve Brown
22423 boots, while 22424 doesn't. I'm building the default 2.6.34.1 kernel. 22424 hangs after these cfe messages: Closing network. Starting program at 0x80001000 Any idea where to start looking? Steve ___ openwrt-devel mailing list openwrt-devel@li

[OpenWrt-Devel] [PATCH] [generic] Add switch driver for Lantiq PSB6970

2010-08-10 Thread Ithamar R. Adema
Tested on ifxmips based board. The PSB6970 is also known as the Infineon Tantos switch. Signed-off-by: Ithamar R. Adema --- target/linux/generic/config-2.6.33 |1 + target/linux/generic/config-2.6.34 |1 + target/linux/generic/config-2.6.35

Re: [OpenWrt-Devel] [PATCH] macvlan interfaces with uci

2010-08-10 Thread Johannes Schlatow
On 08/10/2010 01:58 AM, Johannes Schlatow wrote: > On 08/09/2010 10:01 PM, Felix Fietkau wrote: >> On 2010-08-09 9:36 PM, Johannes Schlatow wrote: >>> This patch adds support for macvlan interfaces to uci. >>> * ifname pattern is ethXvY, where ethX is the physical interface, Y is >>> arbitrary >>