Skip to content

Instantly share code, notes, and snippets.

@kollaesch
Forked from cojocar/tomato-compile.md
Created January 27, 2019 08:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kollaesch/395d63b593ec3c5b5f7261f9e542699a to your computer and use it in GitHub Desktop.
Save kollaesch/395d63b593ec3c5b5f7261f9e542699a to your computer and use it in GitHub Desktop.
Compile Tomato Shibby on Ubuntu 12.04.5 LTS (Asus RT-N66U)

How to compile Tomato Shibby on Ubuntu 12.04.5 LTS (for Asus RT-N66U)

$ git clone git://repo.or.cz/tomato.git
$ cd tomato
$ git checkout tomato-shibby-RT-AC
$ sudo ln -s full/path/to/tomato/tools/brcm /opt
$ export PATH=${PATH}:/opt/brcm/hndtools-mipsel-linux/bin:/opt/brcm/hndtools-mipsel-uclibc/bin:/mnt/a/projects/tomato/release/tools
$ git describe --tags
ShibbyRT-N_095-624-ga45b4d6
# you will need to install some dependencies from apt repository, apart of these,
# this version requires automake1.14 and automake1.13 (just compile and install from sources)
# this version has the branch tomato-shibby-RT-N merged into tomato-shibby-RT-AC
$ cd release/src-rt
$ make help # check which build do you want to build
$ make V1=9999 V2=test-r2 r64z
# V1 and V2 arbitrary (version) numbers
# r64z -> build RT-N66u build AIO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment