dnsmasq: add ubus acl to allow calls to hotplug.tftp object
[openwrt/staging/jow.git] / package / network / services / dnsmasq / files / dnsmasq_acl.json
index 47d7c2930291e261487dfd9ca999c18303221c0c..67c6c20483cb4fc1e18e0b12076be743b0b0ee9b 100644 (file)
@@ -7,6 +7,9 @@
                },
                "hotplug.neigh": {
                        "methods": [ "call" ]
+               },
+               "hotplug.tftp": {
+                       "methods": [ "call" ]
                }
        }
 }