modules/admin-core: fix typo in network schema

This commit is contained in:
Jo-Philipp Wich 2009-05-29 22:56:23 +00:00
parent 3490fba805
commit 49b494bb64

View 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'