luci-proto-{wireguard,yggdrasil}: remove unnecessary PROVIDES master
authorHannu Nyman <hannu.nyman@iki.fi>
Thu, 25 Apr 2024 17:08:37 +0000 (20:08 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Thu, 25 Apr 2024 17:08:37 +0000 (20:08 +0300)
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 <hannu.nyman@iki.fi>
protocols/luci-proto-wireguard/Makefile
protocols/luci-proto-yggdrasil/Makefile

index da3d8e7b74568da4daaefbb5caf519021f39bb29..6c5f80c975530716b3f6a513282492bd25569b40 100644 (file)
@@ -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
index 751994021796d52faf9edc8b725a240e7a41ce83..1025cb67cab69e639df430694ef2b10cd5672282 100644 (file)
@@ -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