From b2cc3f0b5dd7c6d2859977cae9174af21c276ac0 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 27 Oct 2024 10:42:30 +0200 Subject: [PATCH] luci-app-opkg: add PROVIDES luci-app-package-manager To ease image generation with a package list from 24.xx or main/master snapshot, add a PROVIDES statement to support also the package's newer name luci-app-package-manager. Signed-off-by: Hannu Nyman --- applications/luci-app-opkg/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/luci-app-opkg/Makefile b/applications/luci-app-opkg/Makefile index 5763e9115e..3688ecf78b 100644 --- a/applications/luci-app-opkg/Makefile +++ b/applications/luci-app-opkg/Makefile @@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk LUCI_TITLE:=OPKG package management application LUCI_DEPENDS:=+opkg +PKG_PROVIDES:=luci-app-package-manager + include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature -- 2.30.2