* luci/libs/uvl: set type of "dhcp_option" variable to lazylist in dhcp scheme, break...
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 17 Sep 2008 23:15:23 +0000 (23:15 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 17 Sep 2008 23:15:23 +0000 (23:15 +0000)
libs/uvl/root/lib/uci/schema/default/dhcp

index e6ac8f0..5f35232 100644 (file)
@@ -119,7 +119,7 @@ config variable
 config variable
        option name 'dnsforwardmax'
        option section 'dhcp.dnsmasq'
 config variable
        option name 'dnsforwardmax'
        option section 'dhcp.dnsmasq'
-       option title 'concurrent queries' 
+       option title 'concurrent queries'
        option datatype uint
 
 config variable
        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 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