Re: [OpenWrt-Devel] Etrax support

2008-08-01 Thread Hinko Kocevar
MichelinoK wrote: Just got the components... tomorrow I'll assemble the cable/circuit should I enable something on the toolchain to enable the debug on the serial port console? I think not. Just connect the null modem serial cable to the serial port 0 on etrax and set your terminal

[OpenWrt-Devel] [PATCH] Fix reverting network state in ifdown

2008-08-01 Thread Frédéric Moulins
Revert the network state after stopping and deconfiguring interfaces. If the network status is reverted at the beginning of ifdown, calls to config_get might not work in some cases (eg. dhcp over wifi interface). Signed-off-by: Frédéric Moulins [EMAIL PROTECTED] --- Is there a reason for

[OpenWrt-Devel] [PATCH] tor init stop doesnt work tor update

2008-08-01 Thread Rauch Wolke
tor cant be stopped by the init script because the user tor cant create a the file /var/run/tor.pid beacuse /var/run isnt writeable by users other then root so heres a tar init patch to get stop wroking :) and tor is updated too greets Index: net/tor/files/tor.init

[OpenWrt-Devel] Variable containing the profile in Makefile

2008-08-01 Thread roberto . riggio
Hi, I need to tailor a package according to platform/subtarget and profile. For example for the x86 target there are currently 4 different profiles (generic, alix, wrap, soekris). Is it possible to know the profile being built inside the Makefile of a package? I already know that $(ARCH)

Re: [OpenWrt-Devel] Etrax support

2008-08-01 Thread MichelinoK
I get garbage with every image i've tryed :( (115200,8,N,1) Tryed every speeds... The strange thing also is if I attach the serial cable, a working image won't boot, If I detach it boots up :\ Triple checked the camble/circuit...seems ok. No hope for now :( Hinko Kocevar [EMAIL PROTECTED]

Re: [OpenWrt-Devel] Etrax support

2008-08-01 Thread Jan Hetges
On Fri, Aug 01, 2008 at 09:24:03PM +0200, MichelinoK wrote: I get garbage with every image i've tryed :( (115200,8,N,1) Tryed every speeds... just an idea: turn hardware flowcontrol off cheers --Jan signature.asc Description: Digital signature

[OpenWrt-Devel] [PATCH] Pass FAILSAFE env var to /bin/login on failsafe

2008-08-01 Thread Dale Farnsworth
The failsafe telnet login fails if root has a password. /bin/login is coded to allow a failsafe login if the environment variable FAILSAFE is set. This patch exports FAILSAFE when starting the failsafe telnetd. Signed-off-by: Dale Farnsworth [EMAIL PROTECTED] ---

[OpenWrt-Devel] [PATCH] Fix /var/spool/cron/crontabs catch 22

2008-08-01 Thread Dale Farnsworth
Catch 22: crontab -e fails because /var/spool/cron/crontabs doesn't exist. /etc/init.d/cron won't create /var/spool/cron/crontabs because /etc/crontabs is empty. crontab -e puts files in /etc/crontabs. Modify /etc/init.d/cron to unconditionally create /var/spool/cron/crontabs so crontab -e can

[OpenWrt-Devel] [PATCH] au1000 kernel config 2.6.25 waiting for confirm

2008-08-01 Thread ulf kypke
since config 2.6.25 two usb devices are not set by default in kernelconfig, so you have to use make V=99 to confirm the settings for .config just add those tow missing lines in target/linux/au1000/config-2.6.25 [EMAIL PROTECTED]:/home/openwrt/mtx-1/trunk$ svn diff Index:

[OpenWrt-Devel] [PATCH 3/3] sc250 watchdog driver patch to work correct on net45xx devices

2008-08-01 Thread ulf kypke
the org. sc520 watchdog driver does not work on soekris net45xx series. with the org. driver the system is not rebooting as it should, after a watchdog ping lost the sc520 driver need some other gpio stuff. i found this in some older mail archive from an older kernel 2.6 Index:

[OpenWrt-Devel] [PATCH] add pcmciautils package and related patches

2008-08-01 Thread ulf kypke
for using pcmcia cards (older 16bit) pcmciautils is needed, but jet not included into package feeds of openwrt so i add the pcmciautils to the feeds packages under utils diff -urN trunk/feeds/packages/utils/pcmciautils/Makefile net4521/trunk/feeds/packages/utils/pcmciautils/Makefile ---