luci-app-package-manager: rename from luci-app-opkg and add APK support

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>
This commit is contained in:
Christian Marangi
2024-10-23 01:29:10 +02:00
committed by Paul Donald
parent 591911d172
commit bcd13b918e
50 changed files with 584 additions and 518 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ LUCI_TITLE:=LuCI interface with Uhttpd as Webserver (default)
LUCI_DESCRIPTION:=Standard OpenWrt set including package management and attended sysupgrades support
LUCI_DEPENDS:= \
+luci-light \
+luci-app-opkg
+luci-app-package-manager
PKG_LICENSE:=Apache-2.0