0
0
mirror of https://github.com/openwrt/luci.git synced 2025-03-14 15:57:22 +00:00
Paul Donald 8d13ea410d luci-base, luci-proto-*: rename getOpkgPackage -> getPackageName
Signed-off-by: Paul Donald <newtwen+github@gmail.com>
2024-12-15 20:13:56 +01:00

17 lines
237 B
JavaScript

'use strict';
'require network';
return network.registerProtocol('autoip', {
getI18n: function() {
return _('Avahi IPv4LL');
},
getPackageName: function() {
return 'avahi-autoipd';
},
renderFormOptions: function(s) {
}
});