From 4aca87515a5083ae0e31ce3177189fd43b6d05ac Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 3 Jan 2015 13:58:15 +0100 Subject: patch to Vanilla Tomato 1.28 --- README.Tomato | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 README.Tomato (limited to 'README.Tomato') 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. + -- cgit v1.2.3-54-g00ecf