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

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