summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js')
-rw-r--r--applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
index d7a13d80d1..246c5cfce8 100644
--- a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
+++ b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
@@ -1129,6 +1129,14 @@ return view.extend({
E('h2', {}, _('Software')),
+ E('div', { 'class': 'cbi-map-descr' }, [
+ E('span', _('Install additional software and upgrade existing packages with opkg.')),
+ E('br'),
+ E('span', _('<strong>Warning!</strong> Package operations can <a %s>break your system</a>.').format(
+ 'href="https://openwrt.org/meta/infobox/upgrade_packages_warning" target="_blank" rel="noreferrer"'
+ ))
+ ]),
+
E('div', { 'class': 'controls' }, [
E('div', {}, [
E('label', {}, _('Disk space') + ':'),