mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 21:24:35 +04:00
luci-base, luci-proto-*: rename getOpkgPackage -> getPackageName
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ return network.registerProtocol('ipip', {
|
||||
return this._ubus('l3_device') || 'ipip-%s'.format(this.sid);
|
||||
},
|
||||
|
||||
getOpkgPackage: function() {
|
||||
getPackageName: function() {
|
||||
return 'ipip';
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user