package/dnsmasq: permit UCI configuration of --dhcp-fqdn option
[openwrt/staging/chunkeey.git] / package / dnsmasq / files / dnsmasq.init
index a1334d05fcf16fc71c118fde22fedc8ce529662e..e90d79336830040821929ae4a585e8e319d5d45c 100644 (file)
@@ -88,6 +88,7 @@ dnsmasq() {
        append_bool "$cfg" expandhosts "--expand-hosts"
        append_bool "$cfg" enable_tftp "--enable-tftp"
        append_bool "$cfg" nonwildcard "--bind-interfaces"
+       append_bool "$cfg" fqdn "--dhcp-fqdn"
 
        append_parm "$cfg" dhcpscript "--dhcp-script"
        append_parm "$cfg" cachesize "--cache-size"