applications/luci-upnp: drop uvl schema

This commit is contained in:
Jo-Philipp Wich 2011-01-02 19:37:56 +00:00
parent a945f69b4c
commit 0ffdf02ee4

View file

@ -1,28 +0,0 @@
package upnpd
config package
option title 'Miniupnpd UPNP daemon'
config section
option name 'upnpd'
option title 'Settings'
option package 'upnpd'
option unique true
config variable
option name 'download'
option title 'Download bandwidth in kBit/s'
option section 'upnpd.upnpd'
option datatype 'integer'
config variable
option name 'upload'
option title 'Upload bandwidth in kBit/s'
option section 'upnpd.upnpd'
option datatype 'integer'
config variable
option name 'log_output'
option title 'Enable log messages'
option section 'upnpd.upnpd'
option datatype 'boolean'