luci-base, luci-proto-*: rename getOpkgPackage -> getPackageName

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2024-12-15 20:11:23 +01:00
parent 500ce17e7a
commit 8d13ea410d
44 changed files with 48 additions and 46 deletions

View File

@@ -17,7 +17,7 @@ return network.registerProtocol('map', {
return this._ubus('l3_device') || 'map-%s'.format(this.sid);
},
getOpkgPackage: function() {
getPackageName: function() {
return 'map-t';
},