From d322d136d7250255b12e7f058322f95e9566c470 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 27 Jan 2011 22:21:13 +0100 Subject: minor cosmetic changes, rename rc.conf variable name to be more consistent --- package/dnsmasq/files/dnsmasq.conf | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'package/dnsmasq/files/dnsmasq.conf') diff --git a/package/dnsmasq/files/dnsmasq.conf b/package/dnsmasq/files/dnsmasq.conf index 086a0b7f7..9da4b0c85 100644 --- a/package/dnsmasq/files/dnsmasq.conf +++ b/package/dnsmasq/files/dnsmasq.conf @@ -12,21 +12,19 @@ expand-hosts # add more dhcp-range options for every subnet dhcp-range=192.168.1.129,192.168.1.254,255.255.255.0,72h interface=lo -interface=eth0.0 -#interface=eth1 -interface=br0 +interface=eth0 # Enable dnsmasq's built-in TFTP server -#enable-tftp +enable-tftp # Set the root directory for files available via TFTP. -#tftp-root=/tftpboot +tftp-root=/tftpboot dhcp-authoritative dhcp-leasefile=/tmp/dhcp.leases # use /etc/ethers for static hosts # -#read-ethers +read-ethers # other useful options (0.0.0.0 means server itself) # default route(s): -- cgit v1.2.3