Changes between Initial Version and Version 1 of Ticket #701, comment 1
- Timestamp:
- Sep 7, 2014, 7:15:57 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #701, comment 1
initial v1 82 82 83 83 {{{ 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 # 87 dnsmasq_enable="NO" 88 named_enable="YES" 89 dhcpd_enable="YES" 90 dhcpd_flags="$dhcpd_flags vr2" 91 defaultrouter="192.168.178.1" 93 92 94 93 }}}