luci-mod-network: update package-manager link
authorPaul Donald <newtwen+github@gmail.com>
Sun, 15 Dec 2024 18:59:52 +0000 (19:59 +0100)
committerPaul Donald <newtwen+github@gmail.com>
Sun, 15 Dec 2024 18:59:52 +0000 (19:59 +0100)
opkg is no longer available as the generic name for package-manager

Closes #7474, #7473

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
modules/luci-mod-network/htdocs/luci-static/resources/view/network/interfaces.js

index a4c7384e90eda860e3a9d4f76daebd1d628c9082..5575f39a2001529c8b09ea87a958db02b659ef18 100644 (file)
@@ -283,7 +283,7 @@ return view.extend({
                                var e = map.querySelector('[id="cbi-network-%s"] .cbi-button-edit'.format(ifc.getName()));
                                if (e) e.disabled = true;
 
-                               var link = L.url('admin/system/opkg') + '?query=luci-proto';
+                               var link = L.url('admin/system/package-manager') + '?query=luci-proto';
                                dom.content(dsc, [
                                        E('em', _('Unsupported protocol type.')), E('br'),
                                        E('a', { href: link }, _('Install protocol extensions...'))