dnsmasq: bump to dnsmasq v2.80test5
[openwrt/openwrt.git] / package / network / services / dnsmasq / files / dnsmasq.init
index 9c5d35b425a43797ca43cf451cf9052860b71e5b..de155524242e0bd2600fb82f645bec5242966114 100644 (file)
@@ -813,6 +813,7 @@ dnsmasq_start()
        append_bool "$cfg" localise_queries "--localise-queries"
        append_bool "$cfg" readethers "--read-ethers"
        append_bool "$cfg" dbus "--enable-dbus"
+       append_bool "$cfg" ubus "--enable-ubus" 1
        append_bool "$cfg" expandhosts "--expand-hosts"
        config_get tftp_root "$cfg" "tftp_root"
        [ -n "$tftp_root" ] && mkdir -p "$tftp_root" && append_bool "$cfg" enable_tftp "--enable-tftp"