Hi there,

1st of all, thank you for sharing the information with us.

I was trying to follow the procedure described in your post but I got stuck in the make kernel_menuconfig section.
In my setup is not showing the "[*] Enable FPU emulation" option in the menu.

Could it be that it uses the 2.4 kernel options? If so, do you have an idea how to use the 2.6 branch?

Thank you in advance!
gmx

---------- Post added at 15:34 ---------- Previous post was at 13:52 ----------

I found out the answer by myself.

Before running "make kernel_menuconfig" we need to run "make menuconfig" and select the target system to point to the 2.6 kernel and to load the profile for the asus wl500gp v1. Then exit and save the configuration.

Afterward, the "make kernel_menuconfig" will show the FPU Emulation option.

Cheers!