Re: [OpenWrt-Devel] Fwd: mutt compile with SMTP enabled.

2011-10-31 Thread Angus Gratton
Hi Steve, (See previous email about how ZipIt Z2 -> current trunk.) On Sat, 2011-10-29 at 19:31 -0400, Stephen Adolph wrote: > Hi, thanks for the efforts! > I am trying to use mutt with gmail on Zipit Z2. I noticed that it > won't run, and the errors indicate that it was compiled possibly > with

Re: [OpenWrt-Devel] getty for zipit?

2011-10-31 Thread Angus Gratton
Hi Steve, On Sat, 2011-10-29 at 19:30 -0400, Stephen Adolph wrote: > Zipit in OpenWRT ZipIt is not actually a supported platform for OpenWRT. Sorry, I should have made that clearer when I posted the ZipIt port[1] (I'm the person who did the ZipIt port, I just happen to be on OpenWrt-Devel as well

Re: [OpenWrt-Devel] Enabling a config option based on selected target

2011-08-17 Thread Angus Gratton
On Tue, 2011-08-16 at 08:52 +0200, Lukas Macura wrote: > look here: > https://homeproj.cesnet.cz/projects/besip/repository/entry/Trunk/OpenWrt/besip/Makefile > > into dependencies of besip-lite package (latest entries). Is it what you > are searching for? > Yes, thank you! I'd been trying with "

[OpenWrt-Devel] Enabling a config option based on selected target

2011-08-15 Thread Angus Gratton
I've been porting OpenWRT to run on the ZipIt Z2[1] handhelds. For usability purposes the system needs to load a larger console font & a valid keymap at boot time. To make this work seamlessly, I'd ideally like the config system to enable BUSYBOX_CONFIG_LOADFONT & BUSYBOX_CONFIG_LOADKMAP automatic

Re: [OpenWrt-Devel] [PATCH] Fix "option macaddr" on bridges

2010-03-17 Thread Angus Gratton
Eck, I'm sorry. I forgot that I was working from the 8.09 branch. It looks like this issue may have been corrected in the trunk in r15042. Please disregard the patch. - Angus On 17/03/2010, at 11:00 PM, Angus Gratton wrote: > This is a simple fix for "option macaddr" wh

[OpenWrt-Devel] [PATCH] Fix "option macaddr" on bridges

2010-03-17 Thread Angus Gratton
This is a simple fix for "option macaddr" when set on a bridge interface. Currently, the MAC is set in /lib/network/config.sh when the bridge is first created, but is not set again when any subsequent interfaces are added to that bridge (an action which seems to set the MAC, as well.) The patch