update your firmware to thibor release
http://www.thibor.co.uk/#downloads .make sure you choose the correct firmware and router version number whether you have wrt54g or wrt54gs.some of the newer router versions cannot be updated with thibor.recommended to flash through wired connection.check the version number on your router.after flash then go into management/statup script and add the following script
route add default gw 192.168.1.1
echo "nameserver 192.168.1.1" > /tmp/resolv.conf
cd /tmp
echo "#!/bin/sh" > startkaid
echo "cd /tmp" >> startkaid
echo "if [ ! -s gokaid ]; then" >> startkaid
echo "wget \"http://www.ju1c3.com/kaistation_kaid\" -O gokaid" >> startkaid
echo "wget \"http://www.ju1c3.com/kaid.conf\"" >> startkaid
echo "sleep 1;chmod +x gokaid;fi" >> startkaid
echo "./gokaid -d" >> startkaid
chmod +x startkaid
echo "*/2 * * * * root /tmp/startkaid" > cron.d/check_kaid
touch crontabreboot the router and check if kai is running after a few minutes. using run command in router management page,type ps and return it.you should get following output if kai is runing
148 root 840 S ./gokaid -d
149 root 840 S ./gokaid -d
150 root 840 S ./gokaid -d
151 root 840 S ./gokaid -d
152 root 840 S ./gokaid -d
153 root 840 S ./gokaid -d
154 root 840 S ./gokaid -d
155 root 840 S ./gokaid -d
156 root 840 S ./gokaid -d
157 root 840 S ./gokaid -d
158 root 840 S ./gokaid -d
3370 root 420 S /bin/sh /tmp/.webcmd.sh
3371 root 332 R ps