I am trying to install optware on TomatoUSB on a WNR3500L.
Here is what I did so far:
1. Flash tomato-K26USB-1.28.9050MIPSR2-beta20-Ext.bin (worked)
2. Created EXT3 Partitions 'jffs', 'data' and 'optware' as well as swap partition 'swap' using Ubuntu in VMWare (worked)
3. Created /etc/fstab in nvram that automates the correct mounting (combined with automount enabled).
echo -e "#device Mountpoint FStype Options Dump Pass#
LABEL=swap none swap sw 0 0
LABEL=optware /opt ext3 rw,noatime,nodev 1 1
LABEL=jffs /jffs ext3 rw,noatime,nodev 1 1
LABEL=data /tmp/mnt/data ext3 rw,noatime,nodev 1 1" > /etc/fstab
nvram setfile2nvram /etc/fstab
nvram commit
4. Ran the sh script from http://www.dd-wrt.com/wiki/index.php/Optware%2C_the_Right_Way
It download optware but fails when trying to create the startup entry:
Error getting startup value… is this really DD-WRT?
What am I doing wrong? Is there a specific install script for TomatoUSB? If so, where can I find it?
Thanks in advance, Zak
EDIT: http://tomatousb.org/tutorial:optware-installation refers to an older optware installation guide. Is that advice still valid for TomatoUSB?
I also found some Tomato Optware Packages but I would rather have a "plain" optware installation that I can build on.