treewide: fix redirecting to System->Software
[project/luci.git] / modules / luci-mod-network / htdocs / luci-static / resources / view / network / network.js
index acca7cf8a50edc45fbfed13486bf120bb21a5350..777a874340ee4f3a93fbe193bb17dac5ad713eb6 100644 (file)
@@ -113,7 +113,7 @@ L.poll(5, L.url('admin/network/iface_status', networks.join(',')), null,
                                        var e = document.getElementById(ifc.id + '-ifc-edit');
                                        if (e) e.disabled = true;
 
-                                       var link = L.url('admin/system/packages') + '?query=luci-proto&display=available';
+                                       var link = L.url('admin/system/opkg') + '?query=luci-proto&display=available';
                                        L.dom.content(d, [
                                                E('em', _('Unsupported protocol type.')), E('br'),
                                                E('a', { href: link }, _('Install protocol extensions...'))