Re: [OpenWrt-Devel] External toolchain cannot find -lgcc_s

2010-03-22 Thread Florian Fainelli
On Monday 22 March 2010 01:54:28 Pawel Pastuszak wrote: Thanks for pointing me to the thread after reading the thread about Compiling outside of buildroot I was able to make and image. But now the problem that i am having is that the image is not booting the ramdisk which is an ext2 its

Re: [OpenWrt-Devel] [RFC] support for new board WBD222

2010-03-22 Thread Darius Augulis
Hi, did anybody review it? Any comments? If not, maybe merge it to main line? Darius. On 03/17/2010 11:39 AM, Darius Augulis wrote: Hi all, we have developed new board WBD222. It is very similar to WBD111 and is based on SL3512 CPU. New board has two ethernet interfaces, two mini-PCI, one

Re: [OpenWrt-Devel] [PATCH] Fix package/Makefile

2010-03-22 Thread Raphaël HUCK
Le Sat, 20 Mar 2010 12:20:50 +0100, Florian Fainelli flor...@openwrt.org a écrit : Hi Raphaël, Le vendredi 5 mars 2010 17:37:15, Raphaël HUCK a écrit : Hi, this patch fixes package/Makefile. You add /usr/lib/ebtables, should not you also add /usr/lib/iptables? Hi Florian, yes it's

Re: [OpenWrt-Devel] AR7240 switch // was: TP-Link TL-WR741ND: broadcasts on ethernet not reaching CPU

2010-03-22 Thread Bas Mevissen
On Fri, 2010-03-19 at 16:56 +0100, Joerg Albert wrote: I looked closer at the PCB and it turned out that we have a voltage divider with two 5.6 kOhm to V_3_3 and GND (R613, R614) and a capacitor C496 (!) towards the CPU. The signal at the CPU looked fine for a 2.5V TTL. The voltage drift seen

Re: [OpenWrt-Devel] mjpg-streamer and kernel crash again

2010-03-22 Thread Bas Mevissen
On Fri, 2010-03-19 at 22:37 +0100, Kövesdi György wrote: Hi, At last i could create symbolic backtrace (attached). The hardware is an Asus WL500GP-V2, a 160 Gb HD (on USB), a UVC webcam (Logitech Quickcam Sphere). The commandline is: mjpg-streamer -i input_uvc.so -f 25 -r 320x240 -l off

Re: [OpenWrt-Devel] [PATCH] openntpd resists arrest

2010-03-22 Thread Stefan Monnier
So please do not hesitate to submit patches in the future, it should be quite a bit more pleasurable than it may have been previously. Definitely. I wasn't so much complaining as rejoicing at the fact that patch submission seems to be working now. As Emacs maintainer, I know full well that

Re: [OpenWrt-Devel] mjpg-streamer and kernel crash again

2010-03-22 Thread Kövesdi György
Where is the output of mjpg-streamer written to? It looks like it is using ram disk or (slow) flash memory. Make sure it is on the hard disk. Sorry, i forgot to mention that there is a link: /data - /mnt/xxx/ which point to the HD. What is the rate of data being written? If, for some reason,

Re: [OpenWrt-Devel] mjpg-streamer and kernel crash again

2010-03-22 Thread Bas Mevissen
On Mon, 2010-03-22 at 15:30 +0100, Kövesdi György wrote: Where is the output of mjpg-streamer written to? It looks like it is using ram disk or (slow) flash memory. Make sure it is on the hard disk. Sorry, i forgot to mention that there is a link: /data - /mnt/xxx/ which point to the HD.

[OpenWrt-Devel] [PATCH] Add yaddns package

2010-03-22 Thread Raphaël HUCK
Hi, this patch adds a package for yaddns: http://sourceforge.net/projects/yaddns/ Yaddns is a small ddns client with multiple ddns server supports (dyndns, ...) and a high flexibility. Yaddns is particularly appropriate for embedded systems. -Raphaeldiff -pruN net.orig/yaddns/Makefile

Re: [OpenWrt-Devel] Howto debug init scripts like preinit?

2010-03-22 Thread Stefan Monnier
I've never needed to really get into the startup scripts much but now I need to try and understand how the mini_fo union gets set up so I'm trying to learn the startup scripts like preinit. When I ad to fiddle with this part of the code, I'd add some echo blabla /tmp/mydebug in those

[OpenWrt-Devel] [PATCH] Add libowfat package

2010-03-22 Thread Oliver Ripka
My first patch to openwrt, so I hope I got everything right. It adds libowfat (http://www.fefe.de/libowfat/) to OpenWRT and closes therefore (if accepted) https://dev.openwrt.org/ticket/6908. Libowfat is a library that implements various C APIs suggested by D.J. Bernstein. Also see

Re: [OpenWrt-Devel] External toolchain cannot find -lgcc_s

2010-03-22 Thread Pawel Pastuszak
I would have to say that my address are setup correctly why would move the toolchain out of the my build would change the Ramdisk? This is the follow steps i took to see what was wrong Note: External Toolchain is the openwrt toolchain moved outside. 1) Using External Toolchain, make kernel and

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-22 Thread Otto Solares
On Sat, Mar 20, 2010 at 01:38:58PM +0100, Matthias Buecher / Germany wrote: Is the script set to executable (+x) in the image? This is typical for scripts that are presebt but not running, and often overlooked. Scripts in /lib/firstboot are not executable as they are sourced and not executed

Re: [OpenWrt-Devel] WRT160NL new bootloader fix

2010-03-22 Thread Otto Solares
On Sat, Mar 20, 2010 at 06:14:08PM +0100, Jo-Philipp Wich wrote: I think the real issue is that the preinit hook used by the fix script is not executed on jffs2-only images. Exactly, this script is added to the switch2jffs hooks which aren't executed on a pure jffs2 image. It seems there are

[OpenWrt-Devel] Serial port question - Atheros

2010-03-22 Thread RHS Linux User
Hi, On a Meraki mini, Atheros ar2315 SOC I am trying take over the serial port as in: minicom -s [/dev/ttyS0]. Lock file gets made OK. I notice there are MANY serial port related entries in System.map (serial, tty, uart, etc.) And several /dev entries. I have yet to figure out

Re: [OpenWrt-Devel] Serial port question - Atheros

2010-03-22 Thread Spudz76
You probably need to comment out the console entries for the serial port(s) in /etc/inittab and then try again. That should free up the port for use with minicom (or any other serial app). You have to reboot to have the change take effect, unless you customize your busybox (compile your own

Re: [OpenWrt-Devel] External toolchain cannot find -lgcc_s

2010-03-22 Thread Pawel Pastuszak
Hi Nico, I compered the lib's between the two images and the both match, I am still run different theories of mine why it couldn't boot. for now here is my config settings Is there any guide on what need to happen when complie using and external toolchain?

Re: [OpenWrt-Devel] [PATCH] Add libowfat package

2010-03-22 Thread Travis Kemen
Added r20376, next time a patch attached to a ticket will suffice. Travis On Mon, Mar 22, 2010 at 1:24 PM, Oliver Ripka olliwo...@gmail.com wrote: My first patch to openwrt, so I hope I got everything right. It adds libowfat (http://www.fefe.de/libowfat/) to OpenWRT and closes therefore (if

[OpenWrt-Devel] disable ipk stripping

2010-03-22 Thread Vipul M Sawant
Hello, I am trying to compile the clamav package for kamikaze x86. The compile process is stripping the binaries - rstrip.sh: /home/vsawant/Documents/projects/routers/openwrtsrc/build_dir/target-i386_uClibc-0.9.30.1/clamav-0.95.3/ipkg-x86/clamav/usr/sbin/clamscan:executable. How to disable the

Re: [OpenWrt-Devel] disable ipk stripping

2010-03-22 Thread Nico
Hi Vipul, There is a Binary stripping method option under Global build settings where you can choose how binaries should be stripped (or not). Cheers, -- -{Nico} On 23/03/10 03:59, Vipul M Sawant wrote: Hello, I am trying to compile the clamav package for kamikaze x86. The compile process

Re: [OpenWrt-Devel] disable ipk stripping

2010-03-22 Thread Vipul M Sawant
Hi Nico, Yes, it worked :). Thanks a lot. - Vipul On Tue, Mar 23, 2010 at 8:34 AM, Nico n...@openwrt.org wrote: Hi Vipul, There is a Binary stripping method option under Global build settings where you can choose how binaries should be stripped (or not). Cheers, -- -{Nico} On

Re: [OpenWrt-Devel] Howto debug init scripts like preinit?

2010-03-22 Thread Daniel Dickinson
On Sun, 2010-03-21 at 20:41 -0400, Brian Hutchinson wrote: Hi, I've never needed to really get into the startup scripts much but now I need to try and understand how the mini_fo union gets set up so I'm trying to learn the startup scripts like preinit. I'm using a Pronghorn SBC (ixp-42xx)

Re: [OpenWrt-Devel] Howto debug init scripts like preinit?

2010-03-22 Thread Daniel Dickinson
On Mon, 2010-03-22 at 12:24 -0400, Stefan Monnier wrote: Another option might be to send that debug output to the network as is done in preinit_net_echo and read it via tcpdump. You can also use socat to receive the udp broadcasts without exiting after the first one. -- And that's my