diff options
author | Christian Marangi <ansuelsmth@gmail.com> | 2024-10-23 01:29:10 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-10-24 00:05:19 +0200 |
commit | bcd13b918e2f30b8d19027a06e3d773a1b0ec4c0 (patch) | |
tree | 6c2b5a5971bbb37255393efeb8ebc4e9d60e8fe1 /collections | |
parent | 591911d1723037ecf8cd0f5e5961bc1d9fc7a1df (diff) |
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>
Diffstat (limited to 'collections')
-rw-r--r-- | collections/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |