Hi!
The patches for openwrt trunk doesn't apply cleanly anymore.
I patched through the failed hunks and got it working though. Is anyone working actively on getting wnr3500l support into openwrt?
/Per
Hi!
The patches for openwrt trunk doesn't apply cleanly anymore.
I patched through the failed hunks and got it working though. Is anyone working actively on getting wnr3500l support into openwrt?
/Per
Hi,
I'm having the same problems. Can you describe how you managed to apply the patches, possibly upload updated patch files?
Thanks in advance,
Sebastian
Hi,
I had similar issues compiling a "clean" version of openwrt for the WNR3500L.
One revolved around libc on my current openwrt compiler. To resolve this I created a new guest on my VMWare server (which is free) and installed a new clean build environment on CentOS 5.4.
The other issue of the patch files failing on the latest openwrt release I resolved by commenting out the "checkout" line in the "openwrt_build.sh" script which comes with the myopenrouter patches for openwrt:
# svn co svn://svn.openwrt.org/openwrt/trunk $TARGET_DIR
I then ran the following from the command line prior to executing the "openwrt_build.sh" script:
svn co -r 17604 svn://svn.openwrt.org/openwrt/trunk openwrt
This downloads the revision of openwrt which existed on 17th Sept 2009, one day prior to when these patches were released.
After running a "make menuconfig" within the openwrt directory and exiting immediately, saving the .config, I ran a successful "make V=99". I was then able to successfully upload the chk successfully to the WNR3500L.
After much frustration and de-bricking, am I now able to start adding my own modifications to the code (meshing, chilli, openvpn, etc.) which will make the WNR3500L the worthy successor to the now-dated Linksys WRT54GL. Perhaps they may even rename it openwnr :-)
I had a problem with uClibc compiling. There were two errors. One was about alloc.h ')' required before size. And the other was a missing srtp_config.h file. This was listed as a bug, but closed.
Turns out - /usr/local/include was populated with several headers from pjproject. I couldn't figure out how to limit the -Inlcude tags in openwrt's makefile. (Sometimes, you can specify directories to include using the .Configure command.) So I moved /usr/local/include to /usr/local/include.bak and compiled. In another 'clean' ubuntu 9.10 distro, there wasn't anything in /usr/local/include. I suspect that's why joughlin's stuff complied under a clean vmware image.
But alas - the firmware didn't work.
Did you forget your password?
You can also log in using OpenID.