mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Change function to check is mbim/modemmanager is installed in luci-proto-mbim and luci-proto-modemmanager
This commit is contained in:
parent
0fe39c99f3
commit
ef81670d83
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ return network.registerProtocol('mbim', {
|
|||
return this._ubus('l3_device') || 'mbim-%s'.format(this.sid);
|
||||
},
|
||||
|
||||
getOpkgPackage: function() {
|
||||
getPackageName: function() {
|
||||
return 'umbim';
|
||||
},
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ return network.registerProtocol('modemmanager', {
|
|||
return this._ubus('l3_device') || 'modemmanager-%s'.format(this.sid);
|
||||
},
|
||||
|
||||
getOpkgPackage: function() {
|
||||
getPackageName: function() {
|
||||
return 'modemmanager';
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue