mirror of
https://github.com/openwrt/luci.git
synced 2025-12-26 11:16:38 +04:00
luci-base, luci-proto-*: rename getOpkgPackage -> getPackageName
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -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';
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user