summaryrefslogtreecommitdiff
path: root/README.Tomato
diff options
context:
space:
mode:
Diffstat (limited to 'README.Tomato')
-rw-r--r--README.Tomato46
1 files changed, 46 insertions, 0 deletions
diff --git a/README.Tomato b/README.Tomato
new file mode 100644
index 00000000..9bb5782e
--- /dev/null
+++ b/README.Tomato
@@ -0,0 +1,46 @@
+README_DEV
+
+Please note that the following is unsupported.
+
+If you need help with programming, setting up Linux, etc., please use your
+favorite Linksys/programming/Linux discussion group instead.
+
+
+
+* You need a x86 Linux-based OS.
+
+* You need Linksys' source code:
+
+ http://downloads.linksysbycisco.com/downloads/WRT54GL_v4.30.11_11_US.tgz
+
+* Extract Linksys' source, then rename the top directory to "tomato".
+
+* Remove the following:
+
+ release/src/
+ et et.4702 wl rts tools .model
+
+ release/src/router/
+ busybox cron dnsmasq httpd iproute2 iptables ipupdate lib libnet libpcap
+ mipsel-uclibc misc nas netconf ntpclient nvram others rc ses shared
+ traceroute udhcpd upnp utils www
+
+* Extract tomato.tar on top of the Linksys source.
+
+* If you want to build with newer drivers instead, extract tomato_ND.tar also
+ and remove the following:
+
+ release/src/shared/
+ bcmsrom.c bcmutils.c hnddma.c linux_osl.c sbutils.c sflash.c
+
+* Create a symlink in /opt/brcm to tomato/tools/brcm/.
+
+* Add the following to your PATH:
+
+ /opt/brcm/hndtools-mipsel-uclibc/bin
+ /opt/brcm/hndtools-mipsel-linux/bin
+
+* Run make from tomato/release/src/.
+
+* tomato/release/src/image/ will contain the final images.
+