Added support for PXE boot configuration
[project/luci.git] / modules / admin-full / luasrc / model / cbi / admin_services / dnsmasq.lua
index e853064..04ec1e1 100644 (file)
@@ -38,5 +38,8 @@ s:option(Value, "ednspacket_max").optional = true
 s:option(Value, "dhcpleasemax").optional = true
 s:option(Value, "addnhosts").optional = true
 s:option(Value, "queryport").optional = true
+s:option(Flag, "enable_tftp").optional = true
+s:option(Value, "tftp_root").optional = true
+s:option(Value, "dhcp_boot").optional = true
 
 return m
\ No newline at end of file