applications/luci-upnp: drop uvl schema
This commit is contained in:
parent
a945f69b4c
commit
0ffdf02ee4
1 changed files with 0 additions and 28 deletions
|
@ -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'
|
Loading…
Reference in a new issue