Hi,
I am using whiterussian_rc3 in WRT54GL for porting NIST kernel AODV. The unit works fine with whiterussian_rc3 compared to other versions and kamikaze_7.09. I cross compiled the kernel AODV using whiterussian_rc3 mipsel utilities along with GPL code linksys WRT54GL_v4.30.11_11_US kernel. The kernel AODV makefile is edited as follows
ifeq ($(TARGET),mipsel)
CC := /home/openwrt/staging_dir_mipsel/bin/mipsel-linux-gcc
LD := /home/openwrt/staging_dir_mipsel/bin/mipsel-linux-ld -r
KPATH := /home/openwrt/build_mipsel/WRT54GL/release/src/linux/linux/include
The cross compilation is successful. While inserting the kernel_aodv.o module file, the firmware hangs on reaching the add_timer(&aodv_timer) function. Have anyone faced this problem?? Please suggest me some solutions to overcome this issue.
Thanks and regards,
Nagarajan