modules/admin-core: fix typo in network schema
[project/luci.git] / 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'