From bcd13b918e2f30b8d19027a06e3d773a1b0ec4c0 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Wed, 23 Oct 2024 01:29:10 +0200 Subject: 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 --- collections/luci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'collections') diff --git a/collections/luci/Makefile b/collections/luci/Makefile index 8efe908ef6..40414347c8 100644 --- a/collections/luci/Makefile +++ b/collections/luci/Makefile @@ -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 -- cgit v1.2.3