OUR NETWORK:TiVo Community TechLore Explore3DTV DVRplayground Dijit Community See all... About UsAdvertiseContact Us

openwrt patches fails

 
Learn about scoring Download Discussion's Raw Score: 70459.8
January 18, 2010 02:36 PM
Rating (0 votes)
  • 1
  • 2
  • 3
  • 4
  • 5
Rate This!

Member Avatar

pelle

Member

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 

Discussion:    Add a Comment | Comments 1-3 of 3 | Latest Comment

March 13, 2010 5:18 AM updated: March 13, 2010 5:20 AM

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

March 28, 2010 6:22 PM

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 :-)

March 29, 2010 7:53 PM updated: March 30, 2010 6:37 PM

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.

Discussion:    Add a Comment | Comments 1-3 of 3 | Latest Comment

Add Your Reply

(will not be displayed)

Email me when comments are added to this thread

 
 

Please log in or register to participate in this community!

Log In

Remember

Not a member? Sign up!

Did you forget your password?

You can also log in using OpenID.

close this window
close this window