* luci/libs/uvl: extend network scheme to allow proto=none for interfaces
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 7 Sep 2008 23:08:13 +0000 (23:08 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 7 Sep 2008 23:08:13 +0000 (23:08 +0000)
libs/uvl/root/lib/uci/schema/default/network

index 62790cbb537714a21d6c695518dd766e65925bc6..d431c404de7acdc203bffe86ab842a0bfeef6ba6 100644 (file)
@@ -12,6 +12,7 @@ config section
        list   depends  'proto=pppoe, username, password'
        list   depends  'proto=pptp, username, password, server'
        list   depends  'proto=dhcp'
        list   depends  'proto=pppoe, username, password'
        list   depends  'proto=pptp, username, password, server'
        list   depends  'proto=dhcp'
+       list   depends  'proto=none'
        option named    true
        option required true
 
        option named    true
        option required true