From 1ba94f2ed544951df711ebe9ad5ab1e1674ceb57 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Thu, 25 Apr 2024 20:08:37 +0300 Subject: [PATCH] luci-proto-{wireguard,yggdrasil}: remove unnecessary PROVIDES Remove the unnecessary PROVIDES statements from two protocols. Wireguard was recently changed erroneously: the old compatibility reference to luci-app-wireguard was replaced by self-reference. But as the app and proto were combined already in 2022, the old compatibility define should be unnecessary by now, so just remove it. Yggdrasil has had a similar unnecessary setting (package PROVIDES itself), so remove that at the same time. Signed-off-by: Hannu Nyman --- protocols/luci-proto-wireguard/Makefile | 1 - protocols/luci-proto-yggdrasil/Makefile | 2 -- 2 files changed, 3 deletions(-) diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index da3d8e7b74..6c5f80c975 100644 --- a/protocols/luci-proto-wireguard/Makefile +++ b/protocols/luci-proto-wireguard/Makefile @@ -10,7 +10,6 @@ LUCI_TITLE:=Support for WireGuard VPN LUCI_DEPENDS:=+wireguard-tools +ucode LUCI_PKGARCH:=all -PKG_PROVIDES:=luci-proto-wireguard PKG_LICENSE:=Apache-2.0 include ../../luci.mk diff --git a/protocols/luci-proto-yggdrasil/Makefile b/protocols/luci-proto-yggdrasil/Makefile index 7519940217..1025cb67ca 100644 --- a/protocols/luci-proto-yggdrasil/Makefile +++ b/protocols/luci-proto-yggdrasil/Makefile @@ -11,8 +11,6 @@ LUCI_DEPENDS:=+yggdrasil LUCI_PKGARCH:=all PKG_VERSION:=1.1.0 -PKG_PROVIDES:=luci-proto-yggdrasil - include ../../luci.mk # call BuildPackage - OpenWrt buildroot signature -- 2.30.2