* 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:
parent
c10ce06b6b
commit
ce4236acff
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue