[OpenWrt-Devel] How to compile all packages and skip compilation errors

2009-06-09 Thread Matthias Buecher / Germany
Hi there, is there an easy way to compile everything, where compilation errors do not stop the compilation process? As manually removing a problem package and manually restarting is wasting a lot of time. All compilation errors should be stored in a log so that they can be checked afterwards. Kin

[OpenWrt-Devel] Homepage: Current Wiki redirection is useless

2009-06-09 Thread Matthias Buecher / Germany
As it seems that the new Wiki won't be available soon, could someone please fix the redirection for the old Wiki. Instead of just replacing the domain, at least add ".html" add the end of the redirection and replace all slashes "/" with "(2f)". Then all the wiki links in the forum and from externa

Re: [OpenWrt-Devel] Homepage: Current Wiki redirection is useless

2009-06-09 Thread Malte S. Stretz
On Tuesday 09 June 2009 10:22:27 Matthias Buecher / Germany wrote: > As it seems that the new Wiki won't be available soon, could someone > please fix the redirection for the old Wiki. > Instead of just replacing the domain, at least add ".html" add the end > of the redirection and replace all slas

Re: [OpenWrt-Devel] How to compile all packages and skip compilation errors

2009-06-09 Thread ZioPRoTo (Saverio Proto)
> is there an easy way to compile everything, where compilation errors do > not stop the compilation process? > As manually removing a problem package and manually restarting is > wasting a lot of time. > All compilation errors should be stored in a log so that they can be > checked afterwards. I

[OpenWrt-Devel] gdb patch

2009-06-09 Thread Alexandros C. Couloumbis
gdb does not compile on latest svn r16391 with gcc-4.3.3 here is the error: cc1: warnings being treated as errors .././gdb/cli/cli-cmds.c: In function 'pwd_command': .././gdb/cli/cli-cmds.c:323: error: ignoring return value of 'getcwd', declared with attribute warn_unused_result the following pa

Re: [OpenWrt-Devel] How to compile all packages and skip compilation errors

2009-06-09 Thread Matthias Buecher / Germany
Thanks for the tip. "script" is an option for storing the logs, and "screen" to put it into the background. Have to check out how to use script correctly. Maddes On 09.06.2009 11:45, ZioPRoTo (Saverio Proto) wrote: >> is there an easy way to compile everything, where compilation errors do >> not

Re: [OpenWrt-Devel] How to compile all packages and skip compilation errors

2009-06-09 Thread Matthias Buecher / Germany
The following should do the job for me: script -c 'make V=99 IGNORE_ERRORS=m' compile_`date +%Y%m%d_%H%M%S`.log This is done in a screen session, which I can detach (STRG+A, D) and reattach (screen -r). Hope that it really compiles till the end. We'll see later. Maddes On 09.06.2009 12:55, Matt

Re: [OpenWrt-Devel] use of soft-float on bcm47xx

2009-06-09 Thread Michael Buesch
On Monday 08 June 2009 21:35:05 matthieu castet wrote: > Michael Buesch wrote: > > On Sunday 07 June 2009 11:28:50 matthieu castet wrote: > >> Hi, > >> > >> I wonder with openwrt for bcm47xx is not build with "-msoft-float". > >> The cpu doesn't have fpu and the current floating code get emulated b

Re: [OpenWrt-Devel] gdb patch

2009-06-09 Thread Brian J. Murrell
On Tue, 2009-06-09 at 12:49 +0300, Alexandros C. Couloumbis wrote: > gdb does not compile on latest svn r16391 with gcc-4.3.3 > > here is the error: > cc1: warnings being treated as errors > .././gdb/cli/cli-cmds.c: In function 'pwd_command': > .././gdb/cli/cli-cmds.c:323: error: ignoring return v

[OpenWrt-Devel] s3fs for openwrt

2009-06-09 Thread Stephen Crosby
Hello developers, Let me introduce myself. I'm a web developer from California and I've been using openwrt as a platform for a music playing appliance similar to the one on mightyohm.com. I added this patch a while back https://dev.openwrt.org/ticket/4927 and now I want to extend my participation.

Re: [OpenWrt-Devel] s3fs for openwrt

2009-06-09 Thread Gregers Petersen
Hi Stephen Stephen Crosby wrote: > Hello developers, > > Let me introduce myself. I'm a web developer from California and I've > been using openwrt as a platform for a music playing appliance similar > to the one on mightyohm.com . I added this patch a > while back https://d

[OpenWrt-Devel] [PATCH] broadcom.sh: multiple wireless interface fix (bugs 5508, 4258)

2009-06-09 Thread Michael J Leinartas
Patch to broadcom.sh to support multiple wireless interface defined in /etc/config/wireless. Previously, much of the code in (disable|enable)_broadcom() referred to wl0 explicitly instead of using the device passed from $1. detect_broadcom() was also updated to create the config file with multiple

Re: [OpenWrt-Devel] s3fs for openwrt

2009-06-09 Thread Stephen Crosby
Here's the Makefile I've created for building s3fs. It seems to compile just fine, but I haven't tried to execute it yet. I'll give it a shot when I get a chance. --Stephen On Tue, Jun 9, 2009 at 11:24 AM, Gregers Petersen wrote: > Stephen Crosby wrote: > > Excuse my newness, but should I just

[OpenWrt-Devel] Whence the wiki; if admin has no time I can do it

2009-06-09 Thread Daniel Dickinson
I'm a little frustrated by the wiki situation, as are others, and I want to get something up and running. If the person who was supposed to do doesn't have the time to take care of it after all, I am willing to do it, but something has to happen and soon. Months plural now applies to the wiki dow

Re: [OpenWrt-Devel] How to compile all packages and skip compilation errors

2009-06-09 Thread Matthias Buecher / Germany
V=99 isn't necessary, without (V=0) you still get an error message. Example from today's test # script -c 'make IGNORE_ERRORS=m' compile_`date +%Y%m%d_%H%M%S`.log ... make[3] -C feeds/packages/net/ntpd compile ERROR: package/feeds/packages/ntpd failed to build. Maddes On 09.06.2009 13:06,

[OpenWrt-Devel] [PATCH]: brcm63xx imagetag: add images for more more routers

2009-06-09 Thread Daniel Dickinson
The attached patch (for easy Save As...) adds building of firmware images for more routers based on the brcm63xx chipset. Signed-Off By: Daniel Dickinson -- And that's my crabbing done for the day. Got it out of the way early, now I have the rest of the afternoon to sniff fragrant tea-roses o

Re: [OpenWrt-Devel] use of soft-float on bcm47xx

2009-06-09 Thread Dan Brown
> On Monday 08 June 2009 21:35:05 matthieu castet wrote: >> Michael Buesch wrote: >> > On Sunday 07 June 2009 11:28:50 matthieu castet wrote: >> >> Hi, >> >> >> >> I wonder with openwrt for bcm47xx is not build with "-msoft-float". >> >> The cpu doesn't have fpu and the current floating code get em