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

index ee58b7a41f759b61deff48098076228a724ca372..a43b5b8adfc43a637fd67d03f6ee09fb1001f22d 100644 (file)
@@ -343,7 +343,7 @@ config enum
 config variable
        option name     'stp'
        option title    'Enable STP'
-       option section  'network.interface.stp'
+       option section  'network.interface'
        option datatype 'boolean'
        option depends  'type=bridge'