Browse Source

finetune config, disable tftp and ethers reading

Waldemar Brodkorb 11 years ago
parent
commit
74006e4088
2 changed files with 4 additions and 4 deletions
  1. 1 1
      package/dnsmasq/Makefile
  2. 3 3
      package/dnsmasq/files/dnsmasq.conf

+ 1 - 1
package/dnsmasq/Makefile

@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
 
 PKG_NAME:=		dnsmasq
 PKG_VERSION:=		2.69
-PKG_RELEASE:=		1
+PKG_RELEASE:=		2
 PKG_MD5SUM:=		c5a1152e646eb54db4f33f8e0deee180
 PKG_DESCR:=		lightweight DNS and DHCP server
 PKG_SECTION:=		dns

+ 3 - 3
package/dnsmasq/files/dnsmasq.conf

@@ -15,16 +15,16 @@ interface=lo
 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
 # <hwaddr> <ipaddr>
-read-ethers
+#read-ethers
 
 # other useful options (0.0.0.0 means server itself)
 # default route(s):