Changeset 13419 in genesis


Ignore:
Timestamp:
Oct 3, 2015, 9:26:16 PM (9 years ago)
Author:
rick
Message:

APU board requires 'fat' daemons to run.

Note: Since this are 10.2-RELEASE systems local unbound will be used instead of named.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gformat.py

    r13418 r13419  
    830830    dnsmasq_enable="NO"
    831831    named_enable="YES"
     832    {% if autogen_dhcp_interfaces -%}
     833    dhcpd_enable="YES"
     834    dhcpd_flags="$dhcpd_flags {{ autogen_dhcp_interfaces|join(' ') }}"
     835    {% endif -%}
     836  {% elif board == "apu1d" %}
     837    #
     838    # ''Fat'' configuration, board has 1024MB RAM
     839    #
     840    dnsmasq_enable="NO"
     841    local_unbound_enable="YES"
    832842    {% if autogen_dhcp_interfaces -%}
    833843    dhcpd_enable="YES"
Note: See TracChangeset for help on using the changeset viewer.