[OpenWrt-Devel] [PATCH] check /etc/fstab before automount

2010-03-07 Thread Xiangfu Liu
Hi some system maybe config mount in target/image/base-file/etc/config/fstab so first check the /etc/fstab first. thanks to Richard Sharpe --- .../base-files/files/etc/hotplug.d/block/10-mount | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package/base-files/

Re: [OpenWrt-Devel] ifxmips machines

2010-03-07 Thread Luca Olivetti
En/na Ithamar R. Adema ha escrit: http://thread.gmane.org/gmane.comp.embedded.openwrt.devel/1612 Hmmm, looking quickly at the thread it seems there is quite a bit of experimentation to do to get it to work. Also note that all the phone related features are closed-source, you can expect to get

Re: [OpenWrt-Devel] ifxmips machines

2010-03-07 Thread Ithamar R. Adema
Luca Olivetti wrote: Is it still being worked on? It seems so, recently the ADSL code was added to the repository. Kamikaze and trunk are quite far apart, trunk seems to work reasonably ok. I actually got OpenWRT to boot on a custom Danube design recently, and therefore I have quite a few inte

Re: [OpenWrt-Devel] ifxmips machines

2010-03-07 Thread Luca Olivetti
En/na Ithamar R. Adema ha escrit: Hi, It seems ifxmips is one of the few MIPS architectures in OpenWRT that does not use the mips multimachine support code. Is it still being worked on? I've been waiting for the last one and a half year for some documentation on how to install it to my route

[OpenWrt-Devel] ifxmips machines

2010-03-07 Thread Ithamar R. Adema
Hi, It seems ifxmips is one of the few MIPS architectures in OpenWRT that does not use the mips multimachine support code. Is there a specific reason for this, or is it just up for someone to cook up the patch for converting it? I might be interested in doing this if there is chance of it get

[OpenWrt-Devel] [PATCH] fix preinit code typos

2010-03-07 Thread Ithamar R. Adema
Hi, The attached patch fixes two minor typos in the new preinit code. HTH, Ithamar. diff --git a/package/base-files/files/etc/preinit b/package/base-files/files/etc/preinit index eff382a..56c02e4 100755 --- a/package/base-files/files/etc/preinit +++ b/package/base-files/files/etc/preinit @@ -9