Changeset 613

Show
Ignore:
Timestamp:
09/16/11 13:33:37 (8 months ago)
Author:
scriado
Message:

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

Location:
trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • trunk/README.FIRST

    r583 r613  
    11### 
    2 # Copyright (C) 2008 - 2010: Martin A. Campff, Sebastián D. Criado, Gustavo Lindberg, Julio C. Puigpinos 
     2# Copyright (C) 2008 - 2011: Martin A. Campff, Sebastián D. Criado, Gustavo Lindberg, Julio C. Puigpinos 
    33# Contact list: lugro-mesh-dev@lugro-mesh.org.ar  
    4 # Versión 0.7.7 
     4# Versión 0.7.8 
    55# 
    66# Originally based on R.O.B.I.N: robin-c171 Copyright (C) 2007 Antonio Anselmi <a.anselmi-at-oltrelinux-dot-com> 
     
    2323Follow this steps: 
    2424 
    25 We use Backfire branch (r22673) 
    26 * svn co -r 22673 svn://svn.openwrt.org/openwrt/branches/backfire 
     25We use Backfire branch (r24045) 
     26* svn co -r 24045 svn://svn.openwrt.org/openwrt/branches/backfire 
    2727* Backfire only contains the essential set of packages, extra packages can be enabled with "make package/symlinks".  
    2828 # Save config and exit. 
  • trunk/nightwing/etc/init.d/nightwing

    r601 r613  
    11#!/bin/sh /etc/rc.common 
    22### 
    3 # Copyright (C) 2008 - 2010: Martin A. Campff, Sebastián D. Criado, Gustavo Lindberg, 
     3# Copyright (C) 2008 - 2011: Martin A. Campff, Sebastián D. Criado, Gustavo Lindberg, 
    44# Julio C. Puigpinos 
    55# Contact list: lugro-mesh-dev@lugro-mesh.org.ar 
    6 # Version 0.7 
     6# Version 0.7.8 
    77# 
    88# Originally based on R.O.B.I.N robin-c171 Copyright (C) 2007 Antonio Anselmi 
  • trunk/nightwing/usr/bin/nw_conf

    r612 r613  
    44# Julio C. Puigpinos 
    55# Contact list: lugro-mesh-dev@lugro-mesh.org.ar 
    6 # Version 0.7 
     6# Version 0.7.8 
    77# 
    88# This program is free software: you can redistribute it and/or modify 
  • trunk/nightwing/usr/bin/nw_ts_1

    r606 r613  
    11#!/bin/sh /etc/rc.common 
    22### 
    3 # Copyright (C) 2008 - 2010: Sebastian Criado, Julio C. Puigpinos,  
     3# Copyright (C) 2008 - 2011: Sebastian Criado, Julio C. Puigpinos,  
    44# Bernardo Lamas, Emiliano Nuñez 
    55# Contact list: lugro-mesh-dev@lugro-mesh.org.ar 
    6 # Version 0.4 
     6# Version 0.5 
    77# 
    88# Originally based on Robert W. Brewer script (rwb123 at gmail dot com)