summaryrefslogtreecommitdiffhomepage
path: root/libs/uvl
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2008-09-17 23:15:23 +0000
committerJo-Philipp Wich <jow@openwrt.org>2008-09-17 23:15:23 +0000
commitce4236acff8c07ddd518b165eed5379b33b544e3 (patch)
tree7b8ff82a803992581f213f5c656e5a176bfa8799 /libs/uvl
parentc10ce06b6b50db9d8cf3d7059de979cb468a44aa (diff)
* luci/libs/uvl: set type of "dhcp_option" variable to lazylist in dhcp scheme, breaks webif if only one option is set
Diffstat (limited to 'libs/uvl')
-rw-r--r--libs/uvl/root/lib/uci/schema/default/dhcp4
1 files changed, 2 insertions, 2 deletions
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