* luci/modules/admin-core: change datatype of ppp device to "device" in network scheme
This commit is contained in:
parent
76fe259328
commit
fd7072de2d
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ config variable
|
||||||
option name 'device'
|
option name 'device'
|
||||||
option title 'Modem device'
|
option title 'Modem device'
|
||||||
option section 'network.interface'
|
option section 'network.interface'
|
||||||
option datatype 'file'
|
option datatype 'device'
|
||||||
list depends 'proto=ppp'
|
list depends 'proto=ppp'
|
||||||
|
|
||||||
config variable
|
config variable
|
||||||
|
|
Loading…
Reference in a new issue