root/trunk/README.FIRST

Revision 613, 2.0 KB (checked in by scriado, 8 months ago)

Corregidos números de versión y rev de openwrt

Line 
1###
2# Copyright (C) 2008 - 2011: Martin A. Campff, Sebastián D. Criado, Gustavo Lindberg, Julio C. Puigpinos
3# Contact list: lugro-mesh-dev@lugro-mesh.org.ar
4# Versión 0.7.8
5#
6# Originally based on R.O.B.I.N: robin-c171 Copyright (C) 2007 Antonio Anselmi <a.anselmi-at-oltrelinux-dot-com>
7#
8# This program is free software: you can redistribute it and/or modify
9# it under the terms of the GNU General Public License as published by
10# the Free Software Foundation, either version 3 of the License, or
11# (at your option) any later version.
12#
13# This program is distributed in the hope that it will be useful,
14# but WITHOUT ANY WARRANTY; without even the implied warranty of
15# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16# GNU General Public License for more details.
17#           
18# You should have received a copy of the GNU General Public License
19# along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
21These are the instructions for making the compilation of the images.
22
23Follow this steps:
24
25We use Backfire branch (r24045)
26* svn co -r 24045 svn://svn.openwrt.org/openwrt/branches/backfire
27* Backfire only contains the essential set of packages, extra packages can be enabled with "make package/symlinks".
28 # Save config and exit.
29 # Wait a moment.
30* Before copying remember to delete the .svn directories, because you don't need them. You can do this by executing "rm -rf `find . -type d -name .svn`", this will erase them starting from the current directory.
31* Copy all the content of the directory nightwing/ into backfire/package/base-files/files/
32* Copy all the content of the directory openwrt/trunk/ into backfire/
33* Make oldconfig. Yo can do this by executing "make oldconfig".
34 # Wait a moment.
35 # Press enter many times.
36* And make V=99
37 # If you are believers, you can pray. Some of us belive in FSM and we don't need to do that :P.
38 # Or you can prepare your favorite drink. This is going to take quite a while.
39* If everything went well, you can find the images in the bin directory.
40* Enjoy
41* Send us our six pack :D
Note: See TracBrowser for help on using the browser.