luci-0.8: merge r4719
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 29 May 2009 22:55:26 +0000 (22:55 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 29 May 2009 22:55:26 +0000 (22:55 +0000)
modules/admin-core/root/lib/uci/schema/default/network

index 0ea439d..ee58b7a 100644 (file)
@@ -339,6 +339,13 @@ config enum
        option variable 'network.interface.type'
        option value    'bridge'
        option title    'This is a bridge interface'
+       
+config variable
+       option name     'stp'
+       option title    'Enable STP'
+       option section  'network.interface.stp'
+       option datatype 'boolean'
+       option depends  'type=bridge'