luci-proto-wireguard: fix Makefile 'provides'
authorPaul Donald <newtwen+github@gmail.com>
Mon, 22 Apr 2024 22:21:17 +0000 (00:21 +0200)
committerPaul Donald <newtwen+github@gmail.com>
Mon, 22 Apr 2024 22:21:17 +0000 (00:21 +0200)
once-upon-a-time it was called luci-app-wireguard. Now it's proto.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
protocols/luci-proto-wireguard/Makefile

index a39e9a78d820cd103d06554b9839c8007f7497a5..da3d8e7b74568da4daaefbb5caf519021f39bb29 100644 (file)
@@ -10,7 +10,7 @@ LUCI_TITLE:=Support for WireGuard VPN
 LUCI_DEPENDS:=+wireguard-tools +ucode
 LUCI_PKGARCH:=all
 
-PKG_PROVIDES:=luci-app-wireguard
+PKG_PROVIDES:=luci-proto-wireguard
 PKG_LICENSE:=Apache-2.0
 
 include ../../luci.mk