From: Paul Donald Date: Mon, 22 Apr 2024 22:21:17 +0000 (+0200) Subject: luci-proto-wireguard: fix Makefile 'provides' X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f5f2323e808536cf7b1e05dbed6e1d214710fc65;p=project%2Fluci.git 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 --- diff --git a/protocols/luci-proto-wireguard/Makefile b/protocols/luci-proto-wireguard/Makefile index a39e9a78d8..da3d8e7b74 100644 --- a/protocols/luci-proto-wireguard/Makefile +++ b/protocols/luci-proto-wireguard/Makefile @@ -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