How can I obtain kmod-softdog packge for my wrt54gl router? I see nothing like this on openwrt servers:
root@OpenWrt:~# opkg update
Downloading http://downloads.openwrt.org/kamikaze/8 … ackages.gz
Connecting to downloads.openwrt.org (195.56.146.238:80)
Packages.gz 100% |************************************************************************************************************| 144k 00:00:00 ETA
Inflating http://downloads.openwrt.org/kamikaze/8 … ackages.gz
Updated list of available packages in /var/opkg-lists/snapshots
root@OpenWrt:~# cat /var/opkg-lists/snapshots|grep softdog
root@OpenWrt:~#
I also tried to compile it myself. I unpacked the kamikaze_8.09_source.tar.bz2 file, did "make menuconfig" so that "CONFIG_PACKAGE_kmod-softdog=y" is in the .config file and did "make". And still no kmod-softdog:
[root@grobelny kamikaze_8.09]# find |grep -i softdog
./build_dir/toolchain-mipsel_gcc4.1.2/linux-2.6.25.17/drivers/watchdog/softdog.c
./build_dir/linux-brcm47xx/linux-2.6.25.17/drivers/watchdog/softdog.c
[root@grobelny kamikaze_8.09]#
Then how do I obtain (build/download/whatever) this module? Thanks in advance,