UVL related override fixes for Essentials

This commit is contained in:
Steven Barth 2008-10-31 09:36:00 +00:00
parent a5c6e56adf
commit b74e8cfb22
2 changed files with 4 additions and 0 deletions

View file

@ -20,6 +20,9 @@ m = Map("dhcp", "DHCP")
s = m:section(TypedSection, "dhcp", "DHCP-Server")
s.anonymous = true
s.addremove = false
s.dynamic = false
s:depends("interface", "lan")
enable = s:option(ListValue, "ignore", translate("enable"), "")

View file

@ -159,6 +159,7 @@ end
s = m:section(TypedSection, "wifi-iface", translate("m_n_local"))
s.anonymous = true
s.addremove = false
s:option(Value, "ssid", translate("a_w_netid"))