modules/admin-full: handle dnsmasq 'server' uci option (#115)

This commit is contained in:
Jo-Philipp Wich 2010-03-25 13:47:21 +00:00
parent c9cbd9fe29
commit a29163c2ae

View file

@ -116,4 +116,8 @@ s:option(Value, "tftp_root",
s:option(Value, "dhcp_boot",
translate("Network Boot Image")).optional = true
s:option(DynamicList, "server", translate("DNS forward"),
translate("List of <abbr title=\"Domain Name System\">DNS</abbr> " ..
"servers to forward requests to")).optional = true
return m