Hi all,
This is my first post, so be gentle.
I have found the answer to one of the problems people are experiencing using this tutorial:
"How to build, and rebuild Tomato, FOR TOTAL NOOBS"
(can't post a link as I am new here).
I am compiling with:
make V1=9054 r2e
under src-rt of the latest beta.
sqlite is configured for older libtool, but ubuntu at least has a much newer libtool.
The user needs to go into the sqlite folder and type:
autoreconf -fiv
This sets up the libtool script properly and the build then runs to completion.
I'm not an expert, so others may have a better idea whether this is the correct thing to do.
As far as I can tell the resulting firmware runs great.
I posted here rather than the tutorial section as possibly the makefile needs to be updated to do this automatically.