modules/admin-core: fix typo in network schema
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 29 May 2009 22:56:23 +0000 (22:56 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 29 May 2009 22:56:23 +0000 (22:56 +0000)
modules/admin-core/root/lib/uci/schema/default/network

index ee58b7a..a43b5b8 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'