summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-12-11 22:34:34 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-12-11 22:34:34 +0000
commitc1949822ea4a306bbf5ff18095643fbfd809bc35 (patch)
tree2bd6d5a5f443d3ffe23f49df386b331258b5252f
parentcd37776a81774f3b022b8cd6121bb8a210b47979 (diff)
downloadmtk-20170518-c1949822ea4a306bbf5ff18095643fbfd809bc35.zip
mtk-20170518-c1949822ea4a306bbf5ff18095643fbfd809bc35.tar.gz
mtk-20170518-c1949822ea4a306bbf5ff18095643fbfd809bc35.tar.bz2
fix documented syntax for /etc/ethers in dnsmasq.conf (fixes #65)
SVN-Revision: 2627
-rw-r--r--openwrt/package/dnsmasq/files/dnsmasq.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/dnsmasq/files/dnsmasq.conf b/openwrt/package/dnsmasq/files/dnsmasq.conf
index c770d53..ccf270d 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: