Downloaded everything and followed he instructions exactly. The build process seemed to go without error. (I made no changes, but just saved on make menuconfig) . The bin directory has a lot of .bin files in it, but I can'd find nything relting to the WNR3500. - No .chk files other than the pre-compiled sample.
Any ideas?

RSS


Turns out the sources were not being patched.
I modified the script:
TARGETPATH=`pwd`
TARGET_DIR="8.09.2"
# wnr3500l is not in 8.09.2, it is up a level
patch -p0 <../wnr3500l/package.patch
patch -p0 <../wnr3500l/target.patch
And all is now well.