From: Jo-Philipp Wich Date: Wed, 17 Sep 2008 23:15:23 +0000 (+0000) Subject: * luci/libs/uvl: set type of "dhcp_option" variable to lazylist in dhcp scheme, break... X-Git-Tag: 0.9.0~1269 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=ce4236acff8c07ddd518b165eed5379b33b544e3 * luci/libs/uvl: set type of "dhcp_option" variable to lazylist in dhcp scheme, breaks webif if only one option is set --- diff --git a/libs/uvl/root/lib/uci/schema/default/dhcp b/libs/uvl/root/lib/uci/schema/default/dhcp index e6ac8f099..5f352328b 100644 --- a/libs/uvl/root/lib/uci/schema/default/dhcp +++ b/libs/uvl/root/lib/uci/schema/default/dhcp @@ -119,7 +119,7 @@ config variable config variable option name 'dnsforwardmax' option section 'dhcp.dnsmasq' - option title 'concurrent queries' + option title 'concurrent queries' option datatype uint config variable @@ -222,4 +222,4 @@ config variable option section 'dhcp.dhcp' option title 'DHCP-Options' option description 'See "dnsmasq --help dhcp" for a list of available options.' - option type list + option type lazylist