Changes between Initial Version and Version 1 of Ticket #701, comment 1


Ignore:
Timestamp:
Sep 7, 2014, 7:15:57 AM (10 years ago)
Author:
ed

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #701, comment 1

    initial v1  
    8282
    8383{{{
    84 # low-memory footprint DHCP and non-autoritive recursive DNS resolver
    85 dnsmasq_enable="YES"
    86 
    87 # Explicitly disable the memory-hungry alternatives
    88 dhcpd_enable="NO"
    89 dhcpd_flags="-q"
    90 named_enable="NO"
    91 named_chrootdir=""
    92 named_auto_forward="YES"
     84#
     85# ''Fat'' configuration, board has 256MB RAM
     86#
     87dnsmasq_enable="NO"
     88named_enable="YES"
     89dhcpd_enable="YES"
     90dhcpd_flags="$dhcpd_flags vr2"
     91defaultrouter="192.168.178.1"
    9392
    9493}}}