Changeset 13927 in genesis for tools


Ignore:
Timestamp:
Jun 21, 2017, 8:40:35 PM (8 years ago)
Author:
rick
Message:

Fix wrong daemon selection for net4801 board

net4801 also has 256MB RAM, so consider the system equal to the ALIX2 configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r13916 r13927  
    926926  {% endif %}
    927927
    928   {% if board == "ALIX2" %}
     928  {% if board == "ALIX2" or board == "net4801" %}
    929929    #
    930930    # ''Fat'' configuration, board has 256MB RAM
     
    12631263
    12641264Services:
    1265 {% if board == "ALIX2" -%}
     1265{% if board == "ALIX2" or board == "net4801" -%}
    12661266{{" -"}} Core Node ({{ board }})
    12671267{% else -%}
Note: See TracChangeset for help on using the changeset viewer.