summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-package-manager/htdocs
AgeCommit message (Collapse)Author
2024-11-17luci-app-package-manager: support new APK repositories.d configsChristian Marangi
Support new APK repositories.d configs following OPKG was to better split distfeeds and customfeeds. Support for ""legacy"" repositories is kept to support migration period and to support custom scenario where user use this file instead. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2024-11-03luci-app-package-manager: Show the executed commandHannu Nyman
Clarify the output of the LuCI package manager actions: show also the exact command passed to apk & opkg (in addition to output & errors from the command) Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-11-03luci-app-package-manager: Fix upgrade action for apkHannu Nyman
Fix upgrade action for apk by passing an attribute to differentiate between install and upgrade actions. Adjust acl accordingly. Remove extra whitespace. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
2024-10-24luci-app-package-manager: rename from luci-app-opkg and add APK supportChristian Marangi
Rename luci-app-opkg to luci-app-package-manager and add APK support to it. The idea is to adapt APK to mimic OPKG output to require minimal changes to the luci app. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>