[OpenWrt-Devel] wpa_supplicant captures my program's port after my prog crashing

2010-09-30 Thread Neo Tida
Hi I've writen a tcp socket based program to config my Openwrt system. I found a strange problem when my program faces a crash. If I do some configs before a crash via my program ( It means that I change wireless config file and run wifi command via my program), the port that used by my

Re: [OpenWrt-Devel] Infineon Danube/TwinPass with open DSL VoIP drivers (ifxmips)

2010-09-30 Thread Victor Pablos Ceruelo
Hi there, I've seen a lot of people trying to install openwrt in routers similiar to the one I sent, e.g. in https://forum.openwrt.org/viewtopic.php?id=15934 How is it going? Do you have something we can try to install? Thanks, Victor. On 06/09/2010 12:41 PM, j...@phrozen.org wrote: Thx !

Re: [OpenWrt-Devel] wpa_supplicant captures my program's port after my prog crashing

2010-09-30 Thread Aleksandar Radovanovic
Hi Neo, After creating a server socket in your program, set the FD_CLOEXEC file descriptor flag on it, i.e. add something like fcntl(sock, F_SETFD, FD_CLOEXEC); The reason why this is happening is that, on *nix, by default, when you create a child process using fork() and exec() (or system(),

Re: [OpenWrt-Devel] Infineon Danube/TwinPass with open DSL VoIP drivers (ifxmips)

2010-09-30 Thread John Crispin
Hi, the problem is that for this unit we dont have a uboot that works and we dont know how to install linux using the original brnloader. we can make uboot for many of the other arcaydian boards and i will be adding them to the wiki next week. however for the ARV4518 and ARV4519 we have no uboot

Re: [OpenWrt-Devel] Infineon Danube/TwinPass with open DSL VoIP drivers (ifxmips)

2010-09-30 Thread Luca Olivetti
Al 30/09/10 19:53, En/na John Crispin ha escrit: we can make uboot for many of the other arcaydian boards and i will be adding them to the wiki next week. however for the ARV4518 and ARV4519 we have no uboot yet due to a missing switch driver. i hope to find the time soon to start hacking one,

Re: [OpenWrt-Devel] [PATCH] Geos -- new x86 subtarget definition

2010-09-30 Thread Philip Prindeville
I got some out-of-band comments about this patch. One in particular was that the build system prefers to make kernel modules as uncustomized as possible (to paraphrase), so that modules only need to be built once and can thus be reused amongst targets. Given that the compilation flags might