* 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 62790cb..d431c40 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=none'
        option named    true
        option required true