diff options
author | Paul Donald <newtwen+github@gmail.com> | 2024-04-23 00:21:17 +0200 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-04-23 00:21:17 +0200 |
commit | f5f2323e808536cf7b1e05dbed6e1d214710fc65 (patch) | |
tree | e683dc8b9a4d7f37cbb1f4f45370c587bca806dd /protocols | |
parent | 622dbf6420faee336bc2c4f5b6f6842307fe0c40 (diff) |
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>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/luci-proto-wireguard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |