* luci/libs/uvl: set type of "dhcp_option" variable to lazylist in dhcp scheme, breaks webif if only one option is set

This commit is contained in:
Jo-Philipp Wich 2008-09-17 23:15:23 +00:00
parent c10ce06b6b
commit ce4236acff

View file

@ -119,7 +119,7 @@ config variable
config variable config variable
option name 'dnsforwardmax' option name 'dnsforwardmax'
option section 'dhcp.dnsmasq' option section 'dhcp.dnsmasq'
option title 'concurrent queries' option title 'concurrent queries'
option datatype uint option datatype uint
config variable config variable
@ -222,4 +222,4 @@ config variable
option section 'dhcp.dhcp' option section 'dhcp.dhcp'
option title 'DHCP-Options' option title 'DHCP-Options'
option description 'See "dnsmasq --help dhcp" for a list of available options.' option description 'See "dnsmasq --help dhcp" for a list of available options.'
option type list option type lazylist