diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-01-02 13:59:41 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-01-02 13:59:41 +0000 |
| commit | 791af87bba9dd6697e94d4b9a40a7c16d30d0e17 (patch) | |
| tree | ef7932c4e77689b7d8ac51ccb475c3fa23cdf39d | |
| parent | bdba63872527d9fcf354e500dcf1a65800f8adc6 (diff) | |
| download | mtk-20170518-791af87bba9dd6697e94d4b9a40a7c16d30d0e17.zip mtk-20170518-791af87bba9dd6697e94d4b9a40a7c16d30d0e17.tar.gz mtk-20170518-791af87bba9dd6697e94d4b9a40a7c16d30d0e17.tar.bz2 | |
Fixed ticket #169 thanks to gps !
SVN-Revision: 2808
| -rw-r--r-- | openwrt/package/dnsmasq/files/dnsmasq.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/dnsmasq/files/dnsmasq.conf b/openwrt/package/dnsmasq/files/dnsmasq.conf index ccf270d..b4bdd4b 100644 --- a/openwrt/package/dnsmasq/files/dnsmasq.conf +++ b/openwrt/package/dnsmasq/files/dnsmasq.conf @@ -7,6 +7,7 @@ localise-queries # allow /etc/hosts and dhcp lookups via *.lan local=/lan/ domain=lan +expand-hosts # enable dhcp (start,end,netmask,leasetime) dhcp-authoritative |
