mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
luci-base, luci-proto-*: rename getOpkgPackage -> getPackageName
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -39,7 +39,7 @@ return network.registerProtocol('ncm', {
|
||||
return this._ubus('l3_device') || 'wan';
|
||||
},
|
||||
|
||||
getOpkgPackage: function() {
|
||||
getPackageName: function() {
|
||||
return 'comgt-ncm';
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user