[OpenWrt-Devel] trunk build broken

2008-12-02 Thread Outback Dingo
seems now on NS2 atheros mips, once you enable wireless neither ssh or telnet continue to work, feels like its locking up the device from the console via ssh all i see is this wifi start Segmentation fault with a stock wireless config enabled ___ op

Re: [OpenWrt-Devel] a couple question

2008-12-02 Thread Florian Fainelli
Hi, Le Wednesday 03 December 2008 00:06:24 Warren Turkal, vous avez écrit : > Can the WRT54GL be used as an AP with the 2.6 kernel yet? It should be, though I have not that particular model, so I do not guarantee it. It works for me (tm) on ASUS WL500G deluxe. > > Also, is there a way to use a

[OpenWrt-Devel] a couple question

2008-12-02 Thread Warren Turkal
Can the WRT54GL be used as an AP with the 2.6 kernel yet? Also, is there a way to use a git kernel in the openwrt build instead of a released kernel? Thanks, wt ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org http://lists.openwrt.org/cgi-

[OpenWrt-Devel] [PATCH] bump wpa_supplicant to version 0.6.6

2008-12-02 Thread Jose Vasconcellos
wpa_supplicant has been upgraded and previous version 0.6.3 doesn't exist anymore. This patch sets the version and appropriate md5sum; it also updates all the patches. Note that patch 130 has been deleted since it seems to be already included in 0.6.6 Signed-off-by: Jose Vasconcellos <[EMAIL PROT

Re: [OpenWrt-Devel] trunk build broken

2008-12-02 Thread Jose Vasconcellos
Outback Dingo wrote: > on latest rev commits from yesterday, trunk builds for atheros mips, > NS2 are now broken > I had a similar problem. Doing a clean build fixed that problem. However, wpa_supplicant doesn't build any more without a patch. ___ openwr

[OpenWrt-Devel] trunk build broken

2008-12-02 Thread Outback Dingo
on latest rev commits from yesterday, trunk builds for atheros mips, NS2 are now broken depbase=`echo libiptc/libip4tc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if mips-linux-uclibc-gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/builder/kamikaze/staging_dir/mips/usr/include -I/usr/builder/kamikaze/

Re: [OpenWrt-Devel] WRV54G Patches & Problems

2008-12-02 Thread Jose Vasconcellos
Hi again, I took a brief look at your patches. I had originally based my port on this code. The most important feedback that I got is that Kaloz (maintainer of ixp4xx ports) really dislikes the use of the board dependent include file (gtwx5715.h). Most of it is overly verbose anyway. Take a look a

[OpenWrt-Devel] [PATCH] bump hostapd to version 0.6.6

2008-12-02 Thread Roberto Riggio
Hi, current kamikaze version of hostapd 0.6.5 is not available anymore from upstream and it is not available on the openwrt repo either. Signed-off-by: Roberto Riggio <[EMAIL PROTECTED]> -- Index: hostapd/Makefile === --- hostapd/Ma