From c1949822ea4a306bbf5ff18095643fbfd809bc35 Mon Sep 17 00:00:00 2001
From: Felix Fietkau <nbd@openwrt.org>
Date: Sun, 11 Dec 2005 22:34:34 +0000
Subject: [PATCH] fix documented syntax for /etc/ethers in dnsmasq.conf (fixes
 #65)

SVN-Revision: 2627
---
 openwrt/package/dnsmasq/files/dnsmasq.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openwrt/package/dnsmasq/files/dnsmasq.conf b/openwrt/package/dnsmasq/files/dnsmasq.conf
index c770d53dde..ccf270d3b5 100644
--- a/openwrt/package/dnsmasq/files/dnsmasq.conf
+++ b/openwrt/package/dnsmasq/files/dnsmasq.conf
@@ -14,7 +14,7 @@ dhcp-authoritative
 #dhcp-leasefile=/tmp/dhcp.leases
 
 # use /etc/ethers for static hosts; same format as --dhcp-host
-# <hwaddr> [<hostname>] <ipaddr>
+# <hwaddr> <ipaddr>
 read-ethers
 
 # other useful options:
-- 
GitLab