luci-proto-wireguard: fix Makefile 'provides'

once-upon-a-time it was called luci-app-wireguard. Now it's proto.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
pull/7080/head
Paul Donald 2024-04-23 00:21:17 +02:00
parent 622dbf6420
commit f5f2323e80
1 changed files with 1 additions and 1 deletions

View 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