mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 19:14:34 +04:00
luci-app-nut: update package-manager link
opkg is no longer available as the generic name for package-manager Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -158,7 +158,7 @@ return view.extend({
|
|||||||
o.optional = true;
|
o.optional = true;
|
||||||
|
|
||||||
o = s.option(form.ListValue, 'driver', _('Driver'),
|
o = s.option(form.ListValue, 'driver', _('Driver'),
|
||||||
_('If this list is empty you need to %s'.format('<a href="/cgi-bin/luci/admin/system/opkg?query=nut-driver-">%s</a>'.format(_('install drivers')))));
|
_('If this list is empty you need to %s'.format('<a href="/cgi-bin/luci/admin/system/package-manager?query=nut-driver-">%s</a>'.format(_('install drivers')))));
|
||||||
driver_list.forEach(driver => {
|
driver_list.forEach(driver => {
|
||||||
o.value(driver_path + driver);
|
o.value(driver_path + driver);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user