Advertisement
Guest User

Untitled

a guest
Nov 24th, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. README_DEV
  2.  
  3. Please note that the following is unsupported.
  4.  
  5. If you need help with programming, setting up Linux, etc., please use your
  6. favorite Linksys/programming/Linux discussion group instead.
  7.  
  8.  
  9.  
  10. * You need a x86 Linux-based OS.
  11.  
  12. * You need Linksys' source code:
  13.  
  14. http://downloads.linksysbycisco.com/downloads/WRT54GL_v4.30.11_11_US.tgz
  15.  
  16. * Extract Linksys' source, then rename the top directory to "tomato".
  17.  
  18. * Remove the following:
  19.  
  20. release/src/
  21. et et.4702 wl rts tools .model
  22.  
  23. release/src/router/
  24. busybox cron dnsmasq httpd iproute2 iptables ipupdate lib libnet libpcap
  25. mipsel-uclibc misc nas netconf ntpclient nvram others rc ses shared
  26. traceroute udhcpd upnp utils www
  27.  
  28. * Extract tomato.tar on top of the Linksys source.
  29.  
  30. * If you want to build with newer drivers instead, extract tomato_ND.tar also
  31. and remove the following:x
  32.  
  33. release/src/shared/
  34. bcmsrom.c bcmutils.c hnddma.c linux_osl.c sbutils.c sflash.c
  35.  
  36. * Create a symlink in /opt/brcm to tomato/tools/brcm/.
  37.  
  38. * Add the following to your PATH:
  39.  
  40. /opt/brcm/hndtools-mipsel-uclibc/bin
  41. /opt/brcm/hndtools-mipsel-linux/bin
  42.  
  43. * Run make from tomato/release/src/.
  44.  
  45. * tomato/release/src/image/ will contain the final images.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement