Changeset 244 for robin-r3xxx

Show
Ignore:
Timestamp:
06/22/10 17:12:37 (2 years ago)
Author:
antonio
Message:

Fix update of network_nodes file. Set olsrd events and timers as r2693. Bump version to r3382

Location:
robin-r3xxx/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • robin-r3xxx/trunk/CHANGES

    r242 r244  
     1# Robin revision log: 
     2http://trac6.assembla.com/RobinMesh/log/trunk/robin 
    13 
    2 firmware revision r3361 
    3 - update configuration schema with OLSRd default settings 
    4 - fix some olsrd installation issues 
    5 - improved strict-mesh 
    6  
    7 firmware revision r3349 
    8 - allow WifiGator heartbeat 
    9 - update olsrd from pre-0.6.0 to 0.6.0 
    10  
    11 firmware revision r3343 
    12 - fix some minor bugs  
    13  
    14 firmware revision r3337 
    15 - add limited-mesh feature 
    16 - chance to adjust TXpower from dashboard 
    17 - improved the remote logging of users traffic  
    18 - add webif page to configure nanostation2 antenna 
    19 - updated coova-chilli to 1.2.2 release 
    20 - make port-forwarder rules as permanent  
    21  
    22 firmware revision r3287 
    23 - use only nameserver (if listed) in the dashboard  
    24 - add network healthy (block ports) option 
    25 - move /etc/resolv.conf as module 
    26 - prevent to run strict-mesh.sh at every checkin 
    27 - reduced wget retries in dashboard-checkin 
    28 - fix neighbors report in Local Web Pages 
    29 - removed /etc/DFE (obsoleted) 
    30  
    31 firmware revision r3256 
    32 - rewritten neighbors-RSSI module 
    33 - option to set the behavior of the node: -1 auto detect role, 0 repeater, 1 gateway 
    34 - fix typo in hardware detection 
    35  
    36 firmware revision r3250 
    37 - fix bug in iprules start (nds_delayer) 
    38 - add no captive portal feature 
    39 - split underlaying HW detect in modules (/lib/robin/hw_detect) 
    40  
    41 firmware revision r3232 
    42 - added device-oriented modules for LEDs management 
    43 - added device-oriented modules for antenna settings  
    44 - chance to add extra scripts to control the way the checkin-string is built 
    45 - edited wificpahertbeat wget retries 
    46 - updated OM dashboard fallback IP to 66.206.86.154 
    47 - improved channel stability 
    48 - fix some minor bugs 
    49  
    50 firmware revision r3199 
    51 - Openwrt release r18961  
    52 - nodogsplash 9.9.6 
    53 - improve overall modularity/granularity  
    54  
    55 firmware revision r3168 
    56 - olsrd pre 0.6.0 (olsrd-ninux) 
    57 - support to avahi daemons 
    58 - antenna.db listing settings for available devices 
    59 - ability to set country-code via dashboard option 
    60 - allow partial replies 
    61 - don't masquerade wifi traffic on APs ifaces 
    62 - added a new tool to inspect olsrd database (/sbin/olsrd-table.sh) 
    63 - add olsr-dump.sh to inspect olsrd traffic (needs libpcap and tcpdump) 
    64 - chance to manage olsrd configuration from dashboard 
     4# Robin changelog: 
     5http://trac6.assembla.com/RobinMesh/log/trunk/robin?limit=100&mode=stop_on_copy&format=changelog 
  • robin-r3xxx/trunk/Makefile

    r242 r244  
    2727# You have to do that only once) 
    2828 
    29 ROBIN_BUILD_VER = r3361 
     29ROBIN_BUILD_VER = r3382 
    3030 
    3131OWRT_DIST_SVN_PATH = openwrt/tags/8.09.2 
     
    3434 
    3535ROBIN_SVN_PATH = http://svn6.assembla.com/svn/RobinMesh/trunk/robin 
    36 ROBIN_SVN_REV = 361 
     36ROBIN_SVN_REV = 382 
    3737ROBIN_LOCAL_PATH = robin-build 
    3838 
    3939WEBIF_SVN_PATH = http://svn6.assembla.com/svn/RobinMesh/trunk/webif 
    40 WEBIF_SVN_REV = 315 
     40WEBIF_SVN_REV = 380 
    4141WEBIF_LOCAL_PATH = webif-build 
    4242