luci-app-opkg: add warning about modifying packages
authorDaniel Nilsson <daniel.nilsson94@outlook.com>
Mon, 19 Feb 2024 19:23:09 +0000 (20:23 +0100)
committerPaul Donald <itsascambutmailmeanyway@gmail.com>
Sat, 16 Mar 2024 11:45:28 +0000 (12:45 +0100)
commit4d23adc8d938214475f9c68b3c4c7c5a55c29743
treee6818a8473201e24a59e0ab14de635eeabe88394
parent72173cce92251aa567b0cbbfa769b944778cd3b7
luci-app-opkg: add warning about modifying packages

It is a well-known fact that opkg doesn't check ABI-compatibility between dependencies and upgrading packages in a stable release is therefore not recommended. In addition, installing and removing packages blindly may result in rendering the device inaccessible as well, so caution should be taken when doing this.

This commit adds a warning which should help notify especially new users about these behaviors with a link to the wiki which advises to not upgrade packages.

Signed-off-by: Daniel Nilsson <daniel.nilsson94@outlook.com>
39 files changed:
applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js
applications/luci-app-opkg/po/ar/opkg.po
applications/luci-app-opkg/po/bg/opkg.po
applications/luci-app-opkg/po/bn_BD/opkg.po
applications/luci-app-opkg/po/ca/opkg.po
applications/luci-app-opkg/po/cs/opkg.po
applications/luci-app-opkg/po/da/opkg.po
applications/luci-app-opkg/po/de/opkg.po
applications/luci-app-opkg/po/el/opkg.po
applications/luci-app-opkg/po/en/opkg.po
applications/luci-app-opkg/po/es/opkg.po
applications/luci-app-opkg/po/fa/opkg.po
applications/luci-app-opkg/po/fi/opkg.po
applications/luci-app-opkg/po/fr/opkg.po
applications/luci-app-opkg/po/he/opkg.po
applications/luci-app-opkg/po/hi/opkg.po
applications/luci-app-opkg/po/hu/opkg.po
applications/luci-app-opkg/po/it/opkg.po
applications/luci-app-opkg/po/ja/opkg.po
applications/luci-app-opkg/po/ko/opkg.po
applications/luci-app-opkg/po/lt/opkg.po
applications/luci-app-opkg/po/mr/opkg.po
applications/luci-app-opkg/po/ms/opkg.po
applications/luci-app-opkg/po/nb_NO/opkg.po
applications/luci-app-opkg/po/nl/opkg.po
applications/luci-app-opkg/po/pl/opkg.po
applications/luci-app-opkg/po/pt/opkg.po
applications/luci-app-opkg/po/pt_BR/opkg.po
applications/luci-app-opkg/po/ro/opkg.po
applications/luci-app-opkg/po/ru/opkg.po
applications/luci-app-opkg/po/sk/opkg.po
applications/luci-app-opkg/po/sv/opkg.po
applications/luci-app-opkg/po/templates/opkg.pot
applications/luci-app-opkg/po/tr/opkg.po
applications/luci-app-opkg/po/uk/opkg.po
applications/luci-app-opkg/po/ur/opkg.po
applications/luci-app-opkg/po/vi/opkg.po
applications/luci-app-opkg/po/zh_Hans/opkg.po
applications/luci-app-opkg/po/zh_Hant/opkg.po