Hi and greetings,

1.
i use RC4 on the WRT54GS, and when i set some new settings in the webinterface for the wireless lan, so i see some output like:

wl0_crypto="tkip"
wl0_akm="psk"
Committing NVRAM ...
Reloading wireless settings ...


and so it hangs and hangs.

I searched through the scripts for the webif and found out, that the scripts load the init-script /etc/init.d/S41wpa, and this loads the nas-binary with like this:

/usr/sbin/nas "$@" &

I think this way the STDOUT, STDERR of nas points to the shell-session the httpd has, and the http-Session to the Browser can't be closed, and the Browser dont will refresh the page to wireless-config.sh   ... So I tried this:

/usr/sbin/nas "$@" 2> /dev/null > /dev/null &

This way it works fine.

2.
killall -w seems not to be an option in busybox' killall. So deleted "-w" in /etc/init.d/S41wpa at line 9


Greetings and thanks to all for this fine, smooth, funny, great, sweet, routerdistribution, i love it ;-)

Didi